New issue encountered with Published Project

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

Thank you,

Michael

Is the project fully landed + published? Can you share a link to the public project?

Yes it is and here you go!

memik.8thwall.app/liquorstoregame/

hmm, it looks like it’s just an empty scene based on the DOM.

In your original post it sounds like you’re running into two separate issues - is that correct? this project is also multiplayer?

In general I would not suggest spending much time developing with modules as they will be deprecated in the near future.

1 Like

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)