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

fetch POST not working due to missing internals #61

Closed
panva opened this issue Jul 27, 2022 · 1 comment · Fixed by #68
Closed

fetch POST not working due to missing internals #61

panva opened this issue Jul 27, 2022 · 1 comment · Fixed by #68
Labels
bug Something isn't working

Comments

@panva
Copy link
Contributor

panva commented Jul 27, 2022

@Kikobeats @javivelasco #34 was closed prematurely as not everything mentioned there was resolved.

➜ cat node_modules/edge-runtime/package.json | jq '.version'                                          
"1.1.0-beta.21"
➜ npx edge-runtime                                          
ƒ => fetch('https://op.panva.cz', { method: 'POST', body: JSON.stringify({}) })
{ [Symbol(async_id_symbol)]: 33,
  [Symbol(trigger_async_id_symbol)]: 4 }
ƒ => Uncaught:
{ [TypeError: fetch failed]
  cause: [TypeError: define_process_default.nextTick is not a function] }
@Kikobeats Kikobeats changed the title fetch still not working due to missing internals fetch POST not working due to missing internals Jul 27, 2022
@Kikobeats Kikobeats added the bug Something isn't working label Jul 27, 2022
@Kikobeats
Copy link
Member

reproduced at c535c58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants