Hello,
I'm getting a CORS error when trying to make a basic GraphQL query to the Storefront API.
Trying to initialize my client like so:
const client = new ApolloClient({
uri: "my store",
headers: {
"X-Shopify-Storefront-Access-Token": "my access token",
},
cache: new InMemoryCache(),
});
How do I get around this? I'm using a private app from my normal shopify account NOT from a partner account.
Thanks
Conor
User | Count |
---|---|
12 | |
11 | |
10 | |
8 | |
7 |