Refresh 404 – How to configure Url re-write for an Angular app on ubuntu hosted on Azure
I've deployed an Angular 14 app to an Azure App Service and need to setup re-write rules so that refreshing routes doesn't throw 404 errors. Hitting the site root (index.html) works fine, the app functions normally until you try to…