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 use a proxy to query the graphql API (kinda https://my_api.com/graphql), it works fine until I use the vite-plugin-pwa plugin. When the PWA plugin is plugged in, POST requests work as before, but GET (https://my_client.com/graphql) which opens the Apollo sandbox/documentation stops working. Just redirect to root. GET /graphql request does not shown in any logs (but it is there when PWA plugin is not used) as if it is limited somewhere under the hood.
I use a proxy to query the graphql API (kinda
https://my_api.com/graphql
), it works fine until I use thevite-plugin-pwa
plugin. When the PWA plugin is plugged in,POST
requests work as before, butGET
(https://my_client.com/graphql
) which opens the Apollo sandbox/documentation stops working. Just redirect to root.GET /graphql
request does not shown in any logs (but it is there when PWA plugin is not used) as if it is limited somewhere under the hood.The text was updated successfully, but these errors were encountered: