Replies: 1 comment 1 reply
-
Do you have a reproduction of this, for example using https://hydrogen.new ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI
I have a working hydrogen site that was using hydrogen 1.3.2, when I upgrade to 1.6.1 by simply change the dependency in package.json, I start to get CORS errors when calling storefront API, [not admin apis]
Access to fetch at 'https://<storename>.myshopify.com/api/2022-07/graphql.json' from origin 'https://<pr>-staging.workers.dev' has been blocked by CORS policy: Request header field baggage is not allowed by Access-Control-Allow-Headers in preflight response.
is there a place I can control the CORS allowed list?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions