You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: ▷Prueba
content:
ref:
search:
label_ids:
milestone_id:
assignee_ids:
(also includes a _csrf value what I suppose is a session thing)
The text was updated successfully, but these errors were encountered:
Gitea version (or commit ref): 1.9.4
Git version: 2.17.1
Operating system: Ubuntu 18.04 (server) MacOs 10.15.1 (client) Chrome Browser
Database (use
[x]
):Can you reproduce the bug at https://try.gitea.io:
Log gist:
Description
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.
Screenshots
HTTP GENERAL
Request URL: https://git.edgarai.com/devgar/build-doc/issues/new
Request Method: POST
Status Code: 500 (from ServiceWorker)
Referrer Policy: no-referrer
RESPONSE HEADERS
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
REQUEST HEADERS
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: ▷Prueba
content:
ref:
search:
label_ids:
milestone_id:
assignee_ids:
(also includes a
_csrf
value what I suppose is a session thing)The text was updated successfully, but these errors were encountered: