Hi RueNel,
I have ruled out antivirus, both local and on the server. I’ve disabled my client side antivirus and tried to load the editor in an incognito window and private window in both Chrome and Firefox. I’ve added the line
SetEnv downgrade-1.0
to the .htaccess file as suggested in the link you provided and it still didn’t resolve the issue. The chunked encoding error doesn’t actually happen as often as simply a net::ERR_CONNECTION_RESET
error on those two javascripts.
I’ve ruled out my local network by trying this at the office, at my home, and hotspotting to my phone.
I can browse directly to either javascript on both the [redacted] site and the [redacted] site so I know the server isn’t blocking it, however the connection times out and the whole script doesn’t load.
However, as my previous post noted. Using the same server environment on the same host on a wordpress instance that does not have the Pro theme installed, I could upload the exact same javascript to the site and then browse to it and see it in full ([redacted]). Click on the links in my previous post and compare them. [Now in a secure note]
All three sites are in a simple linux docker container running apache and an external separate mysql db server. They do not have anything fancy or out of the ordinary configured. Please take a look at the github repository: https://github.com/Azure-App-Service/apps/tree/master/apache-php-mysql/0.2
Because of these results, I am not convinced it is a server configuration issue. Could you provide something more specific than forcing the site to HTTP 1.0 or an antivirus/firewall blocking them? Could you check the .htaccess file or maybe the wp-config.php file to see if there is something there that might be messing with your editor js scripts?
Thanks,
Joe