You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
Using above configuration in my Django settings caused 500 server errors, every thing is configured correctly and based on the 'Troubleshooting the WhiteNoise Storage backend' documentation when I changed above configuration to
STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"
500 status code error was fixed; that's why I am here to submit a new issue!
The text was updated successfully, but these errors were encountered:
Python Version
3.8
Django Version
4.2
Package Version
6.7.0
Description
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
Using above configuration in my Django settings caused 500 server errors, every thing is configured correctly and based on the 'Troubleshooting the WhiteNoise Storage backend' documentation when I changed above configuration to
STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"
500 status code error was fixed; that's why I am here to submit a new issue!
The text was updated successfully, but these errors were encountered: