XMLHttpRequest blocked by CORS, Localization file not found error

I keep seeing this error msg in the console.

Access to XMLHttpRequest at ‘https://cdn.snipcart.com/themes/v3.2.0/l10n/en-US.json’ from origin ‘http://localhost:3000’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Also this error is in the console

Failed to load resource: net::ERR_FAILED

The en-US.json actually gives a 404 error when I directly request it.

Can this issue be fixed?

I am not importing this file myself I assume you code is trying to load the localization file.

answered here: CORS error when trying to load a localization file