-
Notifications
You must be signed in to change notification settings - Fork 778
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
🐛 BUG: @cloudflare/vite-plugin vite dev
errors when nodejs_compat
is enabled
#8108
Labels
Comments
Taking a look |
I can reproduce it as well. For what it is worth, it does work with |
petebacondarwin
added a commit
that referenced
this issue
Feb 12, 2025
petebacondarwin
added a commit
that referenced
this issue
Feb 12, 2025
9 tasks
petebacondarwin
added a commit
that referenced
this issue
Feb 12, 2025
petebacondarwin
added a commit
that referenced
this issue
Feb 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Which Cloudflare product(s) does this pertain to?
Other
What versions are you using?
@cloudflare/vite-plugin 0.0.8, Vite 6.1.0 and 6.0.11, Wrangler 3.108.1, Node.js v22.13.1
What operating system and version are you using?
Mac Sequoia 15.3.1 and Ubuntu 24.10
Please provide a link to a minimal reproduction
https://github.com/patsaas/cloudflare-vite-plugin-repro
Describe the Bug
The Cloudflare Vite plugin
0.0.8
should've had thenodejs_compat
issue (#8054) fixed in #7830, but there's a different error now.Repro >
npm install && npm run dev
> visit/api/
or click the "Name from API is" button on the homepage to reproduce the error.Error on request to the Worker at
/api/
:This occurs with both Vite 6.0.11 and 6.1.0.
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: