No logs - Tell me why deployment fails
Can someone at Cloudflare tell me why deployments for my project fail silently?
It's deployed manually. So the upload is fine etc, we just get no logs or error message on deployment 😦
Only ID for the deployment that I get: https://d6f79798.dashboard-6lb.pages.dev
https://066b20a3.dashboard-6lb.pages.dev
https://ca48c3d8.dashboard-6lb.pages.dev
17 Replies
Let me escalate to support (as it's the weekend, someone from the right team may not be around - worst case they respond Monday morning)
Thx! And sry for the inconvenience
Hey there, we've got
edge_deployment_failed
with the following output.
Nolan! Happy weekend and ty!
Thanks!
Not sure what it means haha right
Binding used twice
you have 2 bindings with the name
AUTHPI_ISSUER_ID
Prob a secret + var
Checking thx
yeah probably, check the dashboard
Well it won't be as easy as I'd wish
got a wrangler.toml?
The vars are defined in the
wrangler.toml
file. So it should appear there. Deleting secrets via dashboard also didn't work.
Yeahcan you share?
Migrated to it, was fine with another page project, but not this one somehow
hmm don't see
AUTHPI_ISSUER_ID
at allYeah was old name
Trying a simplified version of it, to a new
dashboard2
project name, and it still fails.
ID of deployment: https://460c9f83.dashboard2-dek.pages.dev
Maybe unrelated error
(it's an Astro project)Got myself a setup with your CI now that monorepos are ok! Can see an error message. Don't spend more time on it for now, thx!
Found the bug for this error message. Deployment is fine now.