Cors error after latest ui changes on glitch

I have been using glitch for a long time for AR related projects.Recently i got cors error and i found the reason was as follows :

earlier the assets were getting store in this location : cdn.glitch.me
now they are getting stored in this location : cdn.Glitch.global

so when i run my file which contains an asset link it shows cors error which in simple is if the runtime resource is not local

is their any solution for this ?

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.