Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

multiple websocket closed - resetablished connection

  • 2 odgovora
  • 1 ima ovaj problem
  • 6 prikaza
  • Posljednji odgovor od protome

more options

I am developing a web app. On my local server , everything works OK with Firefox.

When I am on the production server, I see plenty of

    websocket closed  main.bfeb19368e87809110dd.js:1:1159531
    websocket re-established connection  main.bfeb19368e87809110dd.js:1:1159287

and I see this kind of message in the log, that makes me think some of my JS libraries fail to load (the order is correct, library comes before the one making the call):

     TypeError: jQuery.fn.dataTable is undefined

It is working perfectly on the server with both Chrome and Safari, same client machine, same server, same time.

Any idea of what is going on ? My internet connection is not extremely fast, but this does not pose any problem to the other browsers.

Thanks

I am developing a web app. On my local server , everything works OK with Firefox. When I am on the production server, I see plenty of websocket closed main.bfeb19368e87809110dd.js:1:1159531 websocket re-established connection main.bfeb19368e87809110dd.js:1:1159287 and I see this kind of message in the log, that makes me think some of my JS libraries fail to load (the order is correct, library comes before the one making the call): TypeError: jQuery.fn.dataTable is undefined It is working perfectly on the server with both Chrome and Safari, same client machine, same server, same time. Any idea of what is going on ? My internet connection is not extremely fast, but this does not pose any problem to the other browsers. Thanks

Izabrano rješenje

Thanks, looked at those links, but I am afraid it is also above what I can understand. I will simply not use firefox when the network is slow - much simpler solution ;)

Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (2)

more options

You might find the help you need here : https://developer.mozilla.org/en-US/ or http://forums.mozillazine.org/viewforum.php?f=27 and http://stackoverflow.com and might find like minded people here : https://groups.google.com/forum/#!forum/mozilla.dev.platform

Working on that is not really what we do here. We are all volunteers and that coding is above most of us I would think.

Please let us know if this solved your issue or if need further assistance.

more options

Odabrano rješenje

Thanks, looked at those links, but I am afraid it is also above what I can understand. I will simply not use firefox when the network is slow - much simpler solution ;)