make collectstatic not populating s3 bucket #2536
-
Hi, When I'm running in Production mode using docker-compose, I'm getting a 500 internal server error with the following message |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, We are using whitenoise to manage statics in production. So the statics are not sent to S3. The error you have is because you propably didn't build sass files. Rune the command |
Beta Was this translation helpful? Give feedback.
Hi,
We are using whitenoise to manage statics in production. So the statics are not sent to S3.
The error you have is because you propably didn't build sass files. Rune the command
make build-sass
. Once done the filecss/main.css
will exists.