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 propertyThe 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