We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything trying on local machine: Windows 10, Vercel CLI 35.2.2, node v21.7.1 Using Visual Studio Code
On the http://localhost:5001/ i have sveltkit application fetching my server
Server is running http://localhost:3000/ Code with honojs looks like this:
If from client side headers and body are present, when I get the error on the client side:
and on the server:
and log to console on server side: POST: api/pricing---> never hit
If I comment out headers and body:
when no errors on both sides.
Package json looks like this:
Found similar topics with CORS problems: #10927
but downgrade to vercel cli to version 32.0.1 didn't help: still get: TypeError: Response body object should not be disturbed or locked
Thank you for your help
P.S. Created the cloudflare worker with the exact honojs code - and everything works fine. So it means, that the problem is not in Hono.js
The text was updated successfully, but these errors were encountered:
Up
Sorry, something went wrong.
Same problem here
@Bobetti Hey! Is this still happening on the latest version of the CLI? Also, could you provide a barebones repo for us to use to try and reproduce?
I'm wondering if this has anything to do with the CLI and just wanna make sure we route this to the right spot
No branches or pull requests
Everything trying on local machine: Windows 10, Vercel CLI 35.2.2, node v21.7.1 Using Visual Studio Code
On the http://localhost:5001/ i have sveltkit application fetching my server
Server is running http://localhost:3000/
Code with honojs looks like this:
If from client side headers and body are present, when I get the error on the client side:
and on the server:
and log to console on server side: POST: api/pricing---> never hit
If I comment out headers and body:
when no errors on both sides.
Package json looks like this:
Found similar topics with CORS problems: #10927
but downgrade to vercel cli to version 32.0.1 didn't help:
still get: TypeError: Response body object should not be disturbed or locked
Thank you for your help
P.S. Created the cloudflare worker with the exact honojs code - and everything works fine. So it means, that the problem is not in Hono.js
The text was updated successfully, but these errors were encountered: