Hi there, I stumbled upon a weird issue: when I run fly apps list
, I see my application as “suspended”. However, it’s reachable via fly.dev url (and the paid domain I linked).
When I go to “Monitoring”, the machine is in state “started”.
Logs (fly loga -a my-app-name
) show this:
error.message="client problem: invalid authority" 2023-07-02T11:53:24Z proxy sjc [error]request.method="GET" request.url="/" request.id="01H4B76NEQN8WC7CADX4VWRCCJ-sjc" response.status=400
error.message="client problem: invalid authority" 2023-07-03T10:40:29Z proxy sjc [error]request.method="GET" request.url="/" request.id="01H4DNDVP7GFB33SV1AS8ZNSSF-sjc" response.status=400
error.message="client problem: invalid authority" 2023-07-04T05:31:02Z proxy sjc [error]request.method="GET" request.url="/" request.id="01H4FP3YXFNVBXZZDEQRAWXE5Q-sjc" response.status=400
App Type: Apps v2
Any ideas?
My other apps are all “normal”, i.e. status “running” and no error logs.