Closed saziosu closed 11 months ago
Describe the bug After deploying to Heroku, the static files are showing 404 and MIME type errors.
To Reproduce Steps to reproduce the behavior:
Expected behavior The css and static files should display on heroku without MIME type and 404 errors.
Screenshots
Installed whitenoise to allow heroku to load the static files. I was still receiving an error in the build logs for crispy_bootstrap4, resolved this by updating my requirements.txt file.
crispy_bootstrap4
Describe the bug After deploying to Heroku, the static files are showing 404 and MIME type errors.
To Reproduce Steps to reproduce the behavior:
Expected behavior The css and static files should display on heroku without MIME type and 404 errors.
Screenshots