N
Nuxt4w ago
Skylark

Deploy Nuxt on new Deno Deploy

i'm trying to deploy a nuxt 4 app on new deno deploy with the classic version it works
No description
2 Replies
kapa.ai
kapa.ai4w ago
Hi @Skylark. 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
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: 1. Try using the --no-fork flag if you're experiencing development issues 2. Check the official Deno documentation for Nuxt 3. Consider opening a new issue on the Nuxt GitHub repository with a reproduction of your specific deployment problem I'm sorry, but the knowledge sources don't contain enough specific information about deploying to the new Deno Deploy platform to provide more detailed guidance. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai4w ago
<@566552295018594305> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?