Wrangler deploy shows success but actually fails
I have a Hono based app that builds successfully and I can preview it locally.
When I deploy, wrangler shows success.
When I visit my dashboard it says it failed but does not tell me why.
Is there a way to get a log of what is happening? Or does anyone happen to know what is going on?
7 Replies
It's a known issue with Direct Upload sadly. You can either switch to Pages CI/CD (via git integration) and it'll show it right, or If you get me the deployment id that failed I can escalate and someone can CF can grab the error for you (might take a bit though, sometime tmw at latest)
?pages-deployment-id
The Pages deployment ID is a unique build identifier.
It's the UUID in the browser bar (for example, a URL would be
dash.cloudflare.com/ACCOUNT_ID/pages/view/PROJECT/DEPLOYMENT_ID
where the deployment ID looks something like a398d794-7322-4c97-96d9-40b5140a8d9b
).
This ID can help troubleshoot some issues with Pages builds so if you have a failing build make sure you grab that ID for the team to use.it happens when the function/worker fails for whatever reason. For example, too large, too much startup time, bad environment variable, missing dependency, etc
thank you, I really appreciate it!
Deployment ID: be972860-e56e-47ec-b4b9-be3101ad8c2d
Thanks, escalated
I've sent misterpoppins a PM asking for his email address. Once I have that, I'll create a ticket for him in our ticketing system and use that to look up his details.
Sorry, I missed the DM from Daniel and I think they are off now