Thank you for reaching out to the community forum!
The error message "net::ERR_CONTENT_DECODING_FAILED" typically indicates that there’s an issue with the HTTP compression of your web server or the way the browser is interpreting the compressed data.
In your case browser is unable to process the response due to decoding issues
Could you please check the below?
- Ensure that the server is correctly configured to handle HTTP compression.
- Check is there are any firewalls, or other proxies between the Azure App Proxy and the new servers, ensure they are not blocking the compressed content.
- Clear your browser cache and cookies.
- Check if the issue persists across different browsers.
- Review the configuration of the new servers to ensure they match the settings of the old servers where the application was working correctly.
- Verify the DNS settings and DNS address.
Hope this helps. Do let us know if you any further queries.
Thanks,
Akhilesh.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.