After running successfully:
flyctl deploy --no-cache --strategy immediate
Then I navigate to “Monitoring” in the app page:
I just see the following:
Waiting for logs...
How can I see any errors that may of occurred?
After running successfully:
flyctl deploy --no-cache --strategy immediate
Then I navigate to “Monitoring” in the app page:
I just see the following:
Waiting for logs...
How can I see any errors that may of occurred?
I have exactly the same issue. Is it a missing configuration or a bug?
hi! could you see what happens when you use the CLI for logs? LOG_LEVEL=debug fly logs -a <app-name>
might help narrow the problem down
I can see that your deployment has landed; based on where it ended up, this could have been related to the recent emergency maintenance in Frankfurt. You should startt seeing logs for your app soon!