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
Everything works fine, except when I visit a non-existent link, the 404 image is broken. The url https://git.example.com/static/assets/img/404.png return 404, due to 404.png does not exist under directory /static/assets/img/.
There should be the same issue with other error codes, such as 500, etc.
Gitea Version
1.22.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
go-git
Operating System
Windows 11
How are you running Gitea?
command-line
Database
MSSQL
The text was updated successfully, but these errors were encountered:
Description
I'm new to Gitea, it's really a great project.
I followed the instructions on https://docs.gitea.com/administration/reverse-proxies#nginx-and-serve-static-resources-directly, run
make frontend
and configSTATIC_ROOT_PATH = /static
, also renamepublic/
directory tostatic/
.Everything works fine, except when I visit a non-existent link, the 404 image is broken. The url https://git.example.com/static/assets/img/404.png return 404, due to 404.png does not exist under directory
/static/assets/img/
.There should be the same issue with other error codes, such as 500, etc.
Gitea Version
1.22.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
go-git
Operating System
Windows 11
How are you running Gitea?
command-line
Database
MSSQL
The text was updated successfully, but these errors were encountered: