Error failed to fetch an image or build from source: error building: executor failed running [/bin/sh -c SECRET_KEY_BASE=DUMMY ./bin/rails assets:precompile]: exit code: 1
SECRET_KEY_BASE might be the issue here, removing it doesn’t work either
When i see other rails app from tutroails and videos, the generated toml incodes a lot more than the one posted, for example i see we are missing this info
I’ve spent a lot of time in the past few months simplifying and streamlining things. It amuses me that your first thought was that the configuration was incomplete - trust me that part is correct.
Your problem is with the assets:precompile step. Typically this is due to not having access to some secret that turns out only to be needed at runtime. The next step is to look at the logs to identify the true error. See: Existing Rails Apps · Fly Docs; generally accessing the logs from the monitoring tab on the dashboard produces better results.