Deployment status "Failed" with no visible errors
Hi! I'm attempting to deploy a Nuxt application to Pages right now. After some wrestling with trying to get Prisma to work, I was able to get the application working locally with
wranger pages dev
, and running wrangler pages deploy
successfully uploads my assets to Cloudflare.
However, after checking the dashboard the deployment then displays a status of "Failed" and it is seemingly impossible to see the error logs for why this is actually the case. I'm hoping there is some way of checking this.
My account ID is 6c9fe3e7d1343cad6f889dda69efe497
, and the deployment ID is 16ffde94-cdb2-4819-86c8-88466bf9d138
. Thanks!4 Replies
Let me get someone to check
You have a D1 binding for a database which seems to have been deleted
You will need to delete the D1 binding.
Ah, I see. Thanks very much, will try this now! Are there any plans to make error outputs from failed deployments more visible in the future?
It's a bug I'm actively trying to get fixed
Fantastic - also deleting the binding has done the trick, thanks again!