-
Notifications
You must be signed in to change notification settings - Fork 75
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
Missing staticfiles manifest entry for '/assets/main-130a948e.js' #85
Comments
This could be due to #81 as I saw the same error. You're probably seeing this error because your asset name in your vite manifest is actually If you can use the code on |
I have this
Notice how the hash is removed. It build this manifest:
And I'm linking the stylesheet as :
Which works on on development mode. But fails in production mode with the same error than OP.
|
how did you solve the issue? |
Hi, I'd like to report error after upgrade django-vite.
Previously, I've been used 2.0.2 version and I recently upgrade django-vite to 2.1.2.
After I upgrade, I'm meeting Missing staticfiles manifest entry error like this.
The text was updated successfully, but these errors were encountered: