[x]
):Can you reproduce the bug at https://try.gitea.io:
Log gist:
Got a 500 error when creating an issue label with an emoji as label.
Algo got error when creating an issue with emoji as title.
Emojis are allowed in file content, also in file names.
Request URL: https://git.edgarai.com/devgar/build-doc/issues/new
Request Method: POST
Status Code: 500 (from ServiceWorker)
Referrer Policy: no-referrer
content-type: text/html; charset=UTF-8
date: Thu, 12 Dec 2019 16:58:10 GMT
server: nginx/1.14.0 (Ubuntu)
status: 500
x-frame-options: SAMEORIGIN
Provisional headers are shown
Content-Type: application/x-www-form-urlencoded
Origin: null
Sec-Fetch-User: ?1
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1
## FORM DATA
title: 鈻稰rueba
content:
ref:
search:
label_ids:
milestone_id:
assignee_ids:
(also includes a _csrf
value what I suppose is a session thing)
I think problem could be in your mysql table encoding
You should use utf8mb4 but not utf8 in your mysql database.
Most helpful comment
I think problem could be in your mysql table encoding