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
Hi
When i'm trying to activate cache, i've got an error: Origin https://domain.com is not allowed by Access-Control-Allow-Origin.
My frontend is having regular www.example.com address structure but my backend is served from different url which is staging.example.com
What should i do?
I'm using NextJS as frontend framework.
Thanks in advance
The text was updated successfully, but these errors were encountered:
I have the very same issue. It's working on produciont when Requests are being send from example.com to example.com/api/graphql
But as soon as i try to connect from stage or another env i receive CORS Errors.
@teetl6 Did you find a solution yet?
Sorry, something went wrong.
Same here
No branches or pull requests
Hi
When i'm trying to activate cache, i've got an error:
Origin https://domain.com is not allowed by Access-Control-Allow-Origin.
My frontend is having regular www.example.com address structure but my backend is served from different url which is staging.example.com
What should i do?
I'm using NextJS as frontend framework.
Thanks in advance
The text was updated successfully, but these errors were encountered: