Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 responses on JS and CSS files #7439

Open
YngveNPettersen opened this issue Feb 16, 2024 · 1 comment
Open

404 responses on JS and CSS files #7439

YngveNPettersen opened this issue Feb 16, 2024 · 1 comment
Labels

Comments

@YngveNPettersen
Copy link
Contributor

I am seeing several 404 responses from my 3.11 test server

https://<server>/src/browser-warning-list.js
https://<server>/plugins/react_grid_view/styles.css
https://<server>/plugins/react_wsgi_dashboards/styles.css

The JS issue seems to be related to an extra "/src" at

<script src="/src/browser-warning-list.js"></script>

The styles.css files do exist in the static resource dir of the relevant packages, so my guess is that there is a routing problem somewhere.

@yan12125
Copy link
Contributor

I'm also affected by this issue, and the errors also happen on https://buildbot.buildbot.net/.

@p12tic p12tic added the bug label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants