I have a static site with localization, so far en
and jp
. The cart is correctly picking up the
html lang=“jp”
tag and attempts to switch to this language.
However, then there is an issue with CORS. The requested server https://cdn.snipcart.com
is the same as the usual https://cdn.snipcart.com
. And I am using a Content-Security-Policy with the https://app.snipcart.com https://cdn.snipcart.com;
Access to XMLHttpRequest at ‘https://cdn.snipcart.com/themes/v3.4.1/l10n/jp.json’ from origin ‘http://127.0.0.1:1111’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Thanks