#Deploy Nuxt on new Deno Deploy

3 messages · Page 1 of 1 (latest)

outer remnant
#

i'm trying to deploy a nuxt 4 app on new deno deploy
with the classic version it works

abstract knollBOT
#

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:

  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: