Error: Failed to publish assets when deploying Nuxt.js 3 to Cloudflare Pages
I'm getting stuck on the "Deploying to Cloudflare's global network" step for my Nuxt.js 3 app, as the deployment is failing with the message "Failed: an internal error occurred. If this continues, contact support:"
Error: Failed to publish assets - reference to the deployment ID: 614d78ca-312d-42e8-89da-6a99fbc90c02
To give an idea of what I'm building. I'm trying to move my WordPress blog to Nuxt.js (Nuxt 3 with Nuxt content). It got around 4-5K posts (markdown files) (+ around similar images).
When deploying to Cloudflare with npm run build, the application seems to be fully built, but deploying to "Cloudflare's global network" seems to failing. I could not find any concrete details from the log file.
Have any one faced it? or any sort of changes to be made for the deployment?
Running Node v 20/18 and yarn 1
1 Reply
Any help here 🙏