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

ValueError: Missing staticfiles manifest entry for 'favicon.ico' #712

Closed
akirabaruah opened this issue Dec 21, 2023 · 2 comments · Fixed by #716
Closed

ValueError: Missing staticfiles manifest entry for 'favicon.ico' #712

akirabaruah opened this issue Dec 21, 2023 · 2 comments · Fixed by #716
Labels
bug Something isn't working

Comments

@akirabaruah
Copy link
Contributor

Something is borked with Whitenoise manifest files. The current workaround is to disable strict manifest checking by adding this to the Django settings file:

WHITENOISE_MANIFEST_STRICT = False

Docs: https://whitenoise.readthedocs.io/en/stable/django.html#why-do-i-get-valueerror-missing-staticfiles-manifest-entry-for

@akirabaruah akirabaruah added the bug Something isn't working label Dec 21, 2023
@akirabaruah
Copy link
Contributor Author

See #711 for the workaround.

@akirabaruah
Copy link
Contributor Author

As a shot in the dark, I tried updating whitenoise from 6.3.0 to 6.6.0 but that didn't fix the issue.

@rgossiaux rgossiaux linked a pull request Dec 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant