Error on fetch with stream in nextjs dev with --experimental-flag #85001
Unanswered
el-frontend
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hi guys, I have a scenario where I need to create a route handler for file uploads and send the request using a stream. Something like this:
The browser blocks the request with the following error: net::ERR_ALPN_NEGOTIATION_FAILED (see image).
I’m running my application with the --experimental-https flag to enable HTTPS so that streaming requests can work with fetch.
When I run:
I get this response:
It looks like the certificate is fine. Any idea what happened here? I’m using Chrome.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions