You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial browsing to http://localhost:3000 in dev mode will get error page:
Dev Environment
OS: Windows 10 x64
Browser: Microsoft Edge
nodejs: v20.18.2
pnpm: 9.15.4
Repro
Follow setup instructions of README.md
Execute pnpm dev
Open browser on http://localhost:3000/ will come up with server error log and according browser view:
Fix / Analysis
Update by 10-Feb-2025:
A dependency upgrade to Nuxt 3.15.4 will resolve that issue. It looks that the root cause has been fixed by this Nuxt PR.
PR #1784 resolves this issue.
The text was updated successfully, but these errors were encountered:
mhoffrog
changed the title
500 error on landing page route "/" in dev mode
500 error on landing page route "/" in dev mode caused by emojilib
Feb 8, 2025
mhoffrog
added a commit
to mhoffrog/nuxt.com
that referenced
this issue
Feb 10, 2025
Issue
Initial browsing to
http://localhost:3000
in dev mode will get error page:Dev Environment
Repro
README.md
pnpm dev
http://localhost:3000/
will come up with server error log and according browser view:Fix / Analysis
Update by 10-Feb-2025:
A dependency upgrade to Nuxt 3.15.4 will resolve that issue. It looks that the root cause has been fixed by this Nuxt PR.
PR #1784 resolves this issue.
The text was updated successfully, but these errors were encountered: