Hi!
I just published my very first Shopify website!
But, my Rest API calls are not working anymore because of the cors policies.
Access to XMLHttpRequest at ‘https://xxxxxx.myshopify.com/admin/api/2021-01/products.json?limit=250&product_type=Laines&status=active’ (redirected from ‘https://xxxxxx/admin/api/2021-01/products.json?limit=250&product_type=Laines&status=active’) from origin ‘xxxxxx’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Is there an easy fix to this, like whitelisting my domain somewhere somehow?
I’ve spend 2 hours reading stuff and I didn’t find a solution.
Thank you in advance for saving my day.