Can't deploy to Cloudflare with 3.12.2
I am still seeing an "unknown internal error" when deploying to Cloudflare Pages using Nuxt 3.12.1 or 3.12.2. Nuxt 3.11.2 deploys fine.
The end of my Cloudflare deployment log looks like this:
There's nothing in the full log that indicates what the internal error is.
Nuxt client built successfully:
Nuxt server built successfully:
I'm not sure what changed in 3.12.x that is causing CF Pages to fail?
13 Replies
We've seen this before as well. This is a Cloudflare thing
Sometimes their stuff is just down
You can try re-running an older version in your build history and you'll probably see the same thing
@Smef if I redeploy with the only change being that I revert Nuxt to 3.11.2 and the resulting updated lockfile, it deploys successfully.
Hmmm... well that's very odd
We've had that "Unknown internal error occurred." message and it just works fine when we try it later
It did the same thing with 3.12.1
I've submitted tickets before and they just say "something was broken, sorry!"
so it's some change that occurred between 3.11.2 and 3.12.1
I thought I'd try 3.12.2 today to see if a bugfix handled it, but no luck yet
I've submitted a ticket, but I doubt that it's a Cloudflare issue since the Nuxt version is the only thing that's changed.
Hmmm, if you can do an earlier version if you run them back-to-back, yeah, it doesn't sound like CF
Would any of this need to change when using the new
/app
dir stucture? I would have thought the .output
would be the same regardless of your project's structure?I think it might be the
/app
structure that's causing CF Pages to fail...what's the new app structure? @Nathan Chase
can't find it in the docs
thanks!
Yeah, it's definitely just the Nuxt version.
3.11.2 deploys fine.
3.12.0 fails.