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
Close#24002
Two problems before:
1. The `log.Fatal` is missing after these `wrapFatal` calls, so the
error is not shown to users.
2. `GetTemplateAssetNames` has different behaviors for local files and
builtin assets, for builtin assets, it also returns directories, so we
need to check the extension again.
I have tested with `TAGS="bindata sqlite sqlite_unlock_notify" make
build && ./gitea` , it works well now. Before, the server responds
internal server error (because it doesn't complete the template parsing)
Description
Caused by #23965 , bindata build can't find templates.
I am working on it.
Sorry for the inconvenience.
Gitea Version
dev
Can you reproduce the bug on the Gitea demo site?
Yes
How are you running Gitea?
bindata static build
The text was updated successfully, but these errors were encountered: