Hi,
I recently had a custom domain applied to my application but it has had the effect of causing CORS issues. My app uses papaparse to load in a csv stored in file manager … but now because my app is https://xxx.com and the file is found at https://api.fliplet.com I get cross origin issues:
Access to XMLHttpRequest at 'https://api.fliplet.com/v1/media/files/xxx/xxx/Test.csv from origin ‘https://xxx.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Please help.
Thanks
Andy