Whenever I try to preview my game on mobile (doesn't happen on PC), be it normal previewing from opening the editor on the device or through remote preview, I get a black screen and nothing happens.
After inspecting the open page on Chrome Devtools I can see that there is a failing request for a "workermain.js" file that is not found.
Why is that happening? And is there something I can do to solve it?
It appears to only be happening in my own project, as I have tested in some Construct 3 samples and everything works as expected.
Edit: Disabling Use worker in project settings apparently solved the issue. However that is a feature I'd very much appreciate, if it can be fixed somehow.