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
I tried specifying the apolloServer.corsWhitelist setting to enable Apollo Studio's Explorer to work. This worked well enough, but GraphQL requests coming from the app itself then started to fail until I explicitly added it.
I think even with the whitelist option specified, we should probably make an exception so that requests coming from the app always work?
The text was updated successfully, but these errors were encountered:
I tried specifying the
apolloServer.corsWhitelist
setting to enable Apollo Studio's Explorer to work. This worked well enough, but GraphQL requests coming from the app itself then started to fail until I explicitly added it.I think even with the whitelist option specified, we should probably make an exception so that requests coming from the app always work?
The text was updated successfully, but these errors were encountered: