Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 error on landing page route "/" in dev mode caused by emojilib #1783

Open
mhoffrog opened this issue Feb 8, 2025 · 0 comments
Open

500 error on landing page route "/" in dev mode caused by emojilib #1783

mhoffrog opened this issue Feb 8, 2025 · 0 comments

Comments

@mhoffrog
Copy link
Contributor

mhoffrog commented Feb 8, 2025

Issue

Initial browsing to http://localhost:3000 in dev mode will get error page:

Image

Dev Environment

  • OS: Windows 10 x64
  • Browser: Microsoft Edge
  • nodejs: v20.18.2
  • pnpm: 9.15.4

Image

Repro

  1. Follow setup instructions of README.md
  2. Execute pnpm dev

Image

  1. Open browser on http://localhost:3000/ will come up with server error log and according browser view:

Image

Image

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.

@mhoffrog 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
- update package.json:
  - dependencies:
    - nuxt ^3.15.3 -> ^3.15.4
    - @iconify-json/octicon ^1.2.2 -> ^1.2.4
    - @iconify-json/simple-icon ^1.2.22 -> ^1.2.24
  - devDependencies:
    - @nuxt/eslint ^1.0.0 -> ^1.0.1
    - eslint ^9.19.0 -> ^9.20.0
    - shiki ^2.1.0 -> ^2.3.2
    - vitest ^3.0.4 -> ^3.0.5

- re-build pnpm-lock.yaml

closes nuxt#1783
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant