-
Notifications
You must be signed in to change notification settings - Fork 125
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
authenticate.public.checkout CORS failed to respond #492
Comments
After a while of checking. It worth metion there need to use |
@liam997 I get this same error with provided sessionToken. The server gets Options request and returns 401 response, CORS seems not to do anything that is authethicated through public. I also tried remix/utils
Request
|
@liam997 Huh it actually works without changes when deployed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue summary
Checkout UI extension validate failed.
"@shopify/shopify-app-remix": "^2.0.0",
Error log
Expected behavior
It should return 200 and JSON like in object
Actual behavior
I get a 204 OPTIONS and 401 GET response
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: