Wrangler pages deploy works but it shows "this deployment failed"
Hi, I have a hono application that builds and runs locally (even using
wrangler pages dev
), but when I do a deployment to production or even for preview, my deployment succeeds but it shows "this deployment failed" in the dashboard. Could you see my deployment logs?
Deployment ID: f160ba99-a08b-4388-9a9b-dd92b5f83340
1 Reply
Both deployments (via CI or CLI) succeeds but then fails in the dashboard
Ok, it was a 1Mb limitation of the function bundle. It would be awesome if wrangler CLI show us the bundle size after trying to run
wrangler pages dev
or wrangler pages deploy