I ran into a new issue today with my 8th wall project where it builds successfully and compiles in the IDE, both in the simulator and a mobile environment. But when the project is launched from the published link it white screens with no errors in the log.
Has anyone else encountered this issue or know of a fix? Also I have a project that has a multiplayer lobby, and whenever someone tries to join the lobby, it says the dev token is required. Project is published and public. The device has correct permission and cookie settings as well as being logged in on a separate tab, but the issue persists
The issues are from the same project which is a built off a multiplayer lobby that launches to different scenes, sorry for the confusion. The project does have scenes active as it loads the scenes fine in the code editor, just not when accessed by the public link.
The dev token is a issue when the project is launched from the qr code and simulator (where the scenes does load properly)