You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's probably because the element hadn't been loaded at the time when the bundle js was being executed.
I'd move the <script src="dist/bundle.js" type="text/javascript"></script> to the very bottom of the index.html file. This way you can ensure script is executed after all the html elements have been parsed and rendered .
Thank you very much, alexus85 . Yesterday I spent the whole day trying to figure out what was going on in my code, where the mistake was. In the end, it was only the position of the script within the html file.
This happens when I start running spaaace on a computer
where it never ran before, so it is fixed by refreshing the page.
When it happens, the game doesn't start. The exception is raised on the
SpaaaceClientEngine::start()
method, in the third line below:The text was updated successfully, but these errors were encountered: