Flask App not deploying

Hello, this is my first ever app using Fly.io.

I cannot get my app to deploy, I have tried deploying it locally as well, but no luck. I have tried editing the proc file, I have tried changing the build, and many other things, but it just will not deploy.

Here are the logs from the monitoring page:

Thanks.

I don’t think this is a Fly error. If you look at lines 19 and 21 of your log, you can see that there’s an error occurring because you’re trying to concatenate a str with a value that doesn’t exist (it looks like a missing API key).

1 Like