HTML Builds doesn't run (SOLVED)

I’m trying to build a HTML5 game, but the browser game just gets stuck at a white screen. Any ideas?

HTML5 build doesn’t work without a web server (it should work in Firefox, and doesn’t work in chrome and in safari).
When you click Project -> Build HTML5 in Defold menu, editor creates a local server for you. But for a bundle, you need your own web server. Also, it should work when you upload your game to some external servers.

2 Likes

This also gives the same thing :frowning_face:

Could you share logs from the Developer console of your browser when you do Build HTML5

1 Like

Try changing your app title in game.project to remove the period? Change it to like “MrMoney”.

2 Likes

That really helped. Thanks a lot :blush:

1 Like