So I have this Angularjs (not newer angular) thats been running on Gcp and I am trying to migrate it to Azure. Right now I am testing it on an Azure VM but somehow some routes are working while others are not working. I am guessing that something is blocking the URLs and I need help figuring what that setting is. The app works on GCP and Aws without any issues.
URLs/route format that work : #something
URLs/route format that don't work : #something@somethingelse
I am suspecting that its a security issue with URLs.
I will appreciate your help