Ash FrameworkAF
Ash Framework3y ago
8 replies
Bread

Fly.io deployment with ash_authentication

I'm trying to deploy the new version of my app with ash_authentication but I get an error at this line:
signing_secret(Application.compile_env(:todoish, TodoishWeb.Endpoint)[:secret_key_base])

invalid value for :signing_secret option: expected string, got: nil

I'm guessing this is because it's trying to grab the secret during compile time (could be wrong). I also tried using fetch_env! with the same results.
Was this page helpful?