We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am following the instructions from https://nuxt-shopify-docs.vercel.app/usage/shopify-client and also the provided readme here. For example I tried following code provided by the docs to fetch a certain product:
methods: { async fetchProduct(productId) { this.product = await this.$shopify.product.fetch(productId); } }
But I always get CORS errors denying my request. I am trying to fix this issue for several days now and cant find a solution, what am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hey @T0biWan, do you have a small reproduction with the CORS error?
Sorry, something went wrong.
No branches or pull requests
I am following the instructions from https://nuxt-shopify-docs.vercel.app/usage/shopify-client and also the provided readme here.
For example I tried following code provided by the docs to fetch a certain product:
But I always get CORS errors denying my request.
I am trying to fix this issue for several days now and cant find a solution, what am I doing wrong?
The text was updated successfully, but these errors were encountered: