Azure App service- Failed to load resource server returns 500 status code (URL Rewrite Module Error)

srinivasreddy velpula 21 Reputation points
2022-08-10T15:23:43.633+00:00

0

I'm getting error while trying to access url with sub routes like below,

https://mywebsite.azure.com/allrequests

But it is working fine when I try to access by clicking on button in application.

or If I access https://mywebsite.azure.com it is working.

problem with sub routes i'm facing.

It is deployed in azure app service - its angular application.

I have added web.config in root folder it didn't work also tried with adding it in src folder but failed.

any possible solution to solve this issue?

229997-microsoftteams-image.png

Internet Information Services
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,691 questions
{count} votes

Accepted answer
  1. Jason 76 Reputation points
    2022-08-11T05:28:11.507+00:00

    Hi @srinivasreddy velpula

    Try to add APPINSIGHTS_JAVASCRIPT_ENABLED = False in Application Settings.


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,
    Jason

    0 comments No comments

0 additional answers

Sort by: Most helpful