I’m having this same issue.
One thing I noticed from the above error:
"whitenoise.django.GzipManifestStaticFileStorage"
should be –
"whitenoise.django.GzipManifestStaticFilesStorage"
But your guys probably already figured that out.
I’m getting the same error –
Internal Server Error
The server encountered an unexpected internal server error
(generated by waitress)
I added papertrail to my heroku app for more detail, and this is the error i’m getting
ValueError: The file 'css/style.css' could not be found with <whitenoise.django.GzipManifestStaticFilesStorage object at 0x7fc5a84ddd50>.
Maybe that helps with both of our issues ?
Still looking to figure out an answer.