The SECRET_KEY setting must not be empty

we have a project using 20 concurrent builds, and this is holding up the deploy process… any ideas? we get an error from the build logs that say “setting must not be empty” but I’ve already imported my environments over…

This is pretty vague,

From the sounds of it, you’re using Docker Compose as well as this error is seen sometimes on Docker Compose builds. Can I see your .travis.yml?

I think the fix here is to add the environment variable SECRET_KEY to your Docker Compose environment. Try doing that.

1 Like