luminus 2021-08-21

Hi all…

has anyone had issues when deploying to Heroku where you see this error?

Syntax error compiling at (/tmp/form-init971128382486199574.clj:1:72).
could not find a non empty configuration file to load. looked in the classpath (as a "resource") and on a file system via "conf" system property

The template creates env/prod/resources/config.edn so it does exist… but somehow the process does not find it.

Here’s a simple way to reproduce it: heroku lein run repl

and then (start)

I thought the lein profile sets up the name of the config file