semantic.min.css 404 in gitea starting on version 1.11.0 #5253

Closed
opened 2025-11-02 06:19:14 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @jedemenge-it on GitHub (Apr 17, 2020).

  • Gitea version (or commit ref): 1.11.0
  • Git version: 1.8.3.1
  • Operating system: RHEL 7
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

After upgrading from 1.10.0 to 1.11.0 css styles become broken. See attached Screenshot of gitea front page. Also logout brings an 404.

Log states not that much, just:

[Macaron] 2020-04-17 11:14:08: Started GET /vendor/plugins/semantic/semantic.min.css for xxx
[Macaron] 2020-04-17 11:14:08: Completed GET /vendor/plugins/semantic/semantic.min.css 404 Not Found in 4.339779ms

I also updated to 1.11.4, still the same problem.

Screenshots

gitea-front-page
Originally created by @jedemenge-it on GitHub (Apr 17, 2020). - Gitea version (or commit ref): 1.11.0 - Git version: 1.8.3.1 - Operating system: RHEL 7 - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - [ ] Not relevant - Log gist: ## Description After upgrading from 1.10.0 to 1.11.0 css styles become broken. See attached Screenshot of gitea front page. Also logout brings an 404. Log states not that much, just: ``` [Macaron] 2020-04-17 11:14:08: Started GET /vendor/plugins/semantic/semantic.min.css for xxx [Macaron] 2020-04-17 11:14:08: Completed GET /vendor/plugins/semantic/semantic.min.css 404 Not Found in 4.339779ms ``` I also updated to 1.11.4, still the same problem. ## Screenshots <img width="1247" alt="gitea-front-page" src="https://user-images.githubusercontent.com/1607496/79553239-7a1a0300-809c-11ea-8c14-baa34fae0343.png">
Author
Owner

@jedemenge-it commented on GitHub (Apr 17, 2020):

Oh and I forgot to mention the think with semantic.min.css. Developer tools in Firefox show that this one cannot be loaded:

semantic

I guess this is the reason why the page looks out of style.

@jedemenge-it commented on GitHub (Apr 17, 2020): Oh and I forgot to mention the think with semantic.min.css. Developer tools in Firefox show that this one cannot be loaded: <img width="897" alt="semantic" src="https://user-images.githubusercontent.com/1607496/79553601-04fafd80-809d-11ea-9b6f-c5d839d5bb1b.png"> I guess this is the reason why the page looks out of style.
Author
Owner

@jedemenge-it commented on GitHub (Apr 17, 2020):

Ok... after a bit digging i found that we had a template in place at custom/templates. I moved that away and the problem is gone.

Therefore sorry for the noice!

@jedemenge-it commented on GitHub (Apr 17, 2020): Ok... after a bit digging i found that we had a template in place at custom/templates. I moved that away and the problem is gone. Therefore sorry for the noice!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5253