Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Getting issue in Azure Web App
Deepak Arora
1
Reputation point
This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: br" present. Check browser Console and Devtools Network tab to debug.
Azure App Service
Azure App Service
Sign in to answer