-
Notifications
You must be signed in to change notification settings - Fork 133
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
With Next.js13 app-directory, Fetch API cause error when optional argument set #36
Comments
I can confirm the same thing, the error is related to the generated worker.js
so a few manual fixes removing those things that it cannot get moved it past those errors.
but now i am stuck at
|
The actual code that is throwing is coming from reactfetch
is coming from more specific the |
related is also aws/aws-sdk-js-v3#1165 Is it that these things should be implemted in cloudflare edge runtime implmentation? |
related is also sveltejs/kit#6739 Seems that running locally works but still problem on cloudflare pages |
@pksorensen |
Here is my
app/page.tsx
code.(experimental-edge
is enabled)The text was updated successfully, but these errors were encountered: