Missing css in arm64 build [solved]

I’m using the arm64 build on an odroid c2 running arch linux. Until 1.11 everything was working fine, but since 1.11 the UI is broken, and the chrome developer tools complain about “semantic.min.css”

Refused to apply style from ‘https://mydomain.xxx/vendor/plugins/semantic/semantic.min.css’ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.

When i try to look at the file I get an 404 Error, seems that this file is not includes whitin the binary

This issue exists with 1.11.0 and 1.11.1

yours peter

Where did you get the binary from? Static assets should be included in pre-compiled binaries.

directly from gitea.io
https://dl.gitea.io/gitea/1.11.1/gitea-1.11.1-linux-arm64

Do you use custom templates? I didn’t think before, but semantic is no longer in 1.11 as we moved to fomantic

Indeed that was the problem, I was usiong an old template file.

Thank you for pointing me in the right direction