You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must specify that the end user's Ingress should add the appropriate CORS headers, or you should propagate the configuration to the API server from values.yaml, to ensure that the frontend URL is correctly CORS-enabled.
For the Ingress corresponding to the API, these nginx location snippets address the issue
Thanks @doctorpangloss - but i made a small modifications in your suggestions,
For me running docker compose behind an NGINX inside a ubuntu linux instance i used:
You must specify that the end user's
Ingress
should add the appropriate CORS headers, or you should propagate the configuration to the API server from values.yaml, to ensure that the frontend URL is correctly CORS-enabled.For the Ingress corresponding to the API, these
nginx
location snippets address the issuevia apollographql/apollo-client#4164
The text was updated successfully, but these errors were encountered: