-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
Upgrade to 9.5.4 broke CSS url loading #17734
Comments
Yeah, it's causing us problems too. I'm getting some font loading issues.
|
That did the trick for me. Been working on this for hours. Thanks! |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
After updating to 9.5.4 (and with no other code changes to our project) the site fails to render. The logs indicate it cannot locate a resource referenced from our CSS via the
url
function.The affected file is an SCSS file, and the line is:
background-image: url('/icons/profile_light.svg');
This file does exist in the public folder, and I can access it directly in the browser.
To Reproduce
Expected behavior
I'm expecting that my CSS works just like in 9.5.3.
Screenshots
System information
Additional context
Server logs:
The text was updated successfully, but these errors were encountered: