Hello! Iβve been using inline AR for showcase on my website. All was going well. But (with the recent studio update I think) the browser has started to show CORS error:
Here is how I use it:
<iframe
src="https://******.8thwall.app/******/"
allow="camera;gyroscope;accelerometer;magnetometer;xr-spatial-tracking;fullscreen"
allowFullScreen
className="inline-ar"
sandbox="allow-scripts allow-same-origin allow-forms"
onLoad={loadHandler}
></iframe>
I donβt know what happened because this feature used to work perfectly.
Please help me to resolve this issue