Nuxt + Cloudflare Pages 1101 Error from Nuxt generated script
I have been working on getting a Nuxt project into Cloudflare with no success. The build works locally using
I followed the Nuxt/Nitro deployment steps for Cloudflare and set the nitro configuration (which is very proud about being configuration free) for .html stuff.
Needing some help figuring out whats going on here. Cloudflare is unfortunately lacking in transparent logging under the hood.
nuxt.config.ts
Nuxt version: 3.15.2
Attached is the Page trace log from Cloudflare
yarn build and yarn preview with the environment variables I intend on using in Cloudflare. When the build finishes successfully and the project deployed to Pages, the resulting application produces an error The script will never generate a response. This is apparently produced from pages-worker--....-production which from what I am told from asking help on Cloudflare's Discord server is that this is something produced by Nuxt, not Cloudflare.I followed the Nuxt/Nitro deployment steps for Cloudflare and set the nitro configuration (which is very proud about being configuration free) for .html stuff.
Needing some help figuring out whats going on here. Cloudflare is unfortunately lacking in transparent logging under the hood.
nuxt.config.ts
Nuxt version: 3.15.2
Attached is the Page trace log from Cloudflare
message.txt4.11KB
