#Deploy Nuxt on new Deno Deploy
3 messages · Page 1 of 1 (latest)
Hi @outer remnant. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Based on the knowledge sources provided, I can see there are some known issues with Nuxt 4 and Deno compatibility.
According to discussions in the GitHub issue about ECONNRESET errors, there are compatibility problems between Nuxt 4 and Deno. One user reported that with Nuxt 4, the basic setup crashes:
npm create nuxt@latest # Select deno
cd <project>
deno task dev -A
The issue mentions that running nuxt dev --no-fork appears to fix some of these problems, though the root cause isn't fully resolved.
Additionally, there's a GitHub pull request about providing Nuxt installation guide with Deno, which references Deno's documentation at https://docs.deno.com/examples/nuxt_tutorial/, suggesting there should be official guidance available.
However, the knowledge sources don't contain specific information about deploying Nuxt 4 to the new Deno Deploy platform or what differences exist between the "classic version" and the new version you're referring to.
Recommendation: Since you mentioned the classic version works, you might want to:
- Try using the
--no-forkflag if you're experiencing development issues - Check the official Deno documentation for Nuxt
- Consider opening a new issue on the Nuxt GitHub repository with a reproduction of your specific deployment problem