-->
Page 2 of 3

Re: Chrome giving webpage error: "ERR_CONTENT_LENGTH_MISMATC

PostPosted: Fri Sep 25, 2015 12:23 am
by eduperez
Try with a development tool on your browser ("Web Developer" or "Firebug" in FireFox, for example), and see whether the files are being downloaded, and why the browser is not executing them.

Re: Chrome giving webpage error: "ERR_CONTENT_LENGTH_MISMATC

PostPosted: Fri Sep 25, 2015 7:27 am
by awwende
It's saying that the js functions are not defined.

Re: Chrome giving webpage error: "ERR_CONTENT_LENGTH_MISMATC

PostPosted: Fri Sep 25, 2015 2:29 pm
by eduperez
Did you remember to remove the <script> tags when serving the ".js" file?

Re: Chrome giving webpage error: "ERR_CONTENT_LENGTH_MISMATC

PostPosted: Fri Sep 25, 2015 2:52 pm
by awwende
Lol yes. Is text/JavaScript the correct header to use in send?