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
Describe the bug Crashed when using API routes as a proxy like https://github.com/scottdixon/hydrogen-proxy-example.
To Reproduce https://github.com/scottdixon/hydrogen-proxy-example
Screenshots
It looks like a bug of node-fetch, so I console the err then get:
node-fetch
err
node-fetch/node-fetch#1219
This bug has appeared since 2.6.8, and be fixed at 3.x(they said). (2.6.7 is OK,I tried.)
2.6.8
3.x
So maybe the easiest way to solve this problem is to lock the version of node-fetch to 2.6.7.
2.6.7
Why do I need to use API routes as a proxy: Shopify/hydrogen#1724
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Crashed when using API routes as a proxy like https://github.com/scottdixon/hydrogen-proxy-example.
To Reproduce
https://github.com/scottdixon/hydrogen-proxy-example
Screenshots
It looks like a bug of
node-fetch
, so I console theerr
then get:node-fetch/node-fetch#1219
This bug has appeared since
2.6.8
, and be fixed at3.x
(they said).(2.6.7 is OK,I tried.)
So maybe the easiest way to solve this problem is to lock the version of
node-fetch
to2.6.7
.Why do I need to use API routes as a proxy:
Shopify/hydrogen#1724
The text was updated successfully, but these errors were encountered: