Need help with firebase hosting

I try to upload html bundle to firebase hosting.
It is worked in google chrome but not worked in firefox. :thinking:
It is worked when i host local service by firebase.

I have no idea why it happend. Maybe someone can help me :grinning:

Looks like it can’t download.

uncaught exception: Unexpected data size dmloader.js:236:13
    finalizeTarget https://speechbattle-d9f49.firebaseapp.com/dmloader.js:236
    onPieceLoaded https://speechbattle-d9f49.firebaseapp.com/dmloader.js:209
    onload https://speechbattle-d9f49.firebaseapp.com/dmloader.js:155

Search the forum for “unexpected data size”. Seems to be file endings issue on the host somehow.

1 Like

I saw that. But I do not use git. Also if it was problem with line endings why in chrome it worked?

Good point. I’d bring up the browser dev console and the network tab and check the response headers. Do they report the correct size?