-
Notifications
You must be signed in to change notification settings - Fork 309
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
v3/v4 beta: both do not work with Next.js Server Components #862
Comments
Ah, okay noticed readme for
|
Hi. @tomsseisums - thanks for raising this
For v4 - you can provide your own fetch implementation if you don't want to use It's not possible for us to default to native fetch and still support Node LTS
This is an issue with Formidable which we are moving off in v4 |
Ah, nice! Will test the |
For reference: #874 (comment) |
Hi @tomsseisums - the latest v4 beta uses node-fetch@3 which doesn't have the "Can't resolve 'encoding'" warning on Next.js More info on the Beta here #859 |
Checklist
Description
superagent-proxy
node-fetch
Next.js 13.x for
/app
directory has standards compliantfetch
functionality and nothing else works.Reproduction
Any call to the API will fail with the error below using v4:
Or with the error below when using v3 (although, this seems like a different issue):
Additional context
No response
node-auth0 version
[email protected]
Node.js version
v18.16.0
The text was updated successfully, but these errors were encountered: