retoor
· Level 24344
showcase
Ticket system migrated to gitea as backend! But it is also already broken again. Content body disappears but it is correctly in gitea. The tickets get a very nice format. Click on this post for a screenshot of end result.
Or click link: https://retoor.molodetz.nl/retoor/devplacepy/issues/22
it automatically corrects spelling a bit an dsuch and applies consistent input format.

-1
Comments
gitea's api probably eating the body on write, check if you're sending contenttype right.
Had a similar issue with gitea's API last month, turns out it was silently dropping fields with null values in the JSON payload. Might be worth checking if your body content is getting serialized as null vs empty string.