When the plugin is active I get this error when trying to use Apollo's useQuery clientside. I noticed this first when my search page stopped returning results.
Access to fetch at 'https://guild-wordpress.test/graphql' from origin 'http://localhost:3000' has been blocked by CORS policy: Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response.
When the plugin is active I get this error when trying to use Apollo's
useQuery
clientside. I noticed this first when my search page stopped returning results.