Hi,
For a while now during development, whenever I go to launch and test something in firefox from the editor, whenever my project loads it’s a coinflip as to if I’m going to get spammed with this error or not in the console.
I thought this was editor related until recently when I downloaded a build of a project, hosted on an S3 bucket and QA encountered the issue in that build. It seems to be entirely firefox related as my workaround to this was simply testing my builds in chrome during development. However as I’m nearing a point where I need to deliver a build to a client, asking them not to use firefox may not be a viable option.
I’ve done some research into this issue, and searching the forums does produce a few people encountering similar errors however the use cases all appear different to mine. I specifically get this issue on page refresh, just after the page loads. The bug manifests in missing visual assets, as I’ve noticed missing textures or sprites, seen as just white empty spaces, but the bug can also break script execution, however this might be unrelated.
I did read somewhere in a post unrelated to playcanvas that the issue might be related to caching, and in the limited testing I’ve done so far, if I disable page caching via the network tab in developer tools I’ve yet to be able to repplicate the error.
Any help or feedback would be appreciated.
Thanks