Issues with NuxtJS and Nitro Server with Cloudflare Pages
pages.dev domain: leagued-pr-web.pages.dev
deploymentID?: 6090b376
AccountID: 6232ecf3b93920021dd5ddebe528f2bf
Error from
Worker Pages Dev ...:
I am using Nuxt.JS and building Nitro-Server. I have tried both the Cloudflare Preset and Cloudflare-Pages Preset
Even if there is anyway I can get more detailed logs would be helpful
Additional note, code deploys and runs fine on netlify. And we do not have any platform specific requests5 Replies
found my deploymentID - e050104c-32f5-4284-a7f0-1dc69443820c
I just did a local build and a manual deployment and literally just end up with a "status: failed"
I really just want to know how to get more feedback or detail on my project
Hey there! Sorry for the issues. Accessing deployment logs requires access the community doesn’t have unfortunately. Let me ping a few people who should be able to look this up and get back to you. cc @natalier_ @Nevi | Pages @Vero 🐙
Raised
Pages time is looking into it
Seems like there’s incorrect code in your function, here’s the error:
Uncaught TypeError: Object prototype may only be an Object or null: undefined at worker.mjs:1:184200 in Pl.exports at worker.mjs:1:1512000
15
thanks, still not much to go on. Ill keep digging
Thanks for help @Vero 🐙 found an issue with a Module we were using thwt was breaking on minify
Awesome