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
wranger pages dev
, and running
wrangler pages deploy
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.