rajeevgade / react-360

A Simple and Beautiful 360° Product Viewer built on React.js
https://react-360.vercel.app/
MIT License
46 stars 18 forks source link

Removed anonymous header to fix cross origin error #26

Open mfik opened 2 years ago

mfik commented 2 years ago

We where getting the error:

88ofq9.csb.app/:1 Access to image at 'https://removed_url.com/frame1.png' from origin 'https://88ofq9.csb.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

This was due to a cross origin header being set, With it's removal, the 360 view editor is working again

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-360 ✅ Ready (Inspect) Visit Preview Sep 22, 2022 at 11:55AM (UTC)
mfik commented 2 years ago

@rajeevgade Do you have time to merge this? Would be great ;)