Hi there,
I’m not sure whether this is a bug, but when I recently opened a game in the preview after a few weeks, I suddenly started getting a CORS issue:
At first, I thought we might have changed something on our server, but I tested an older Construct release version and the problem did not occur there.
To find out when it first appeared, I tried all releases from newest to oldest. The result: the CORS issues did not occur in release r458-2. They start appearing with r459.
I’m surprised that I couldn’t find anything about this.
For context: In our addon, I’m using
this._info.AddRemoteScriptDependency
.
When I export the game, everything works fine. The issue only occurs in the preview. Tested in Chrome and Firefox.
How can I work around this, or is this actually a bug?
Thanks :)