8080 timeout issue as part of the URL redirection

Talenta Bandi 1 Reputation point
2022-06-02T13:59:20.697+00:00

I was able to deploy my web application, after the start page has been inputted, I start experiencing a timeout on the redirection url and it includes an 8080 inside the url and then it times out.

An example of the error experienced:

www.microsoft.com/login8080

Instead of :

www.microsoft.com/login

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,767 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ryan Hill 30,266 Reputation points Microsoft Employee Moderator
    2022-06-04T00:52:43.147+00:00

    I would enable web server logging on your app service, check the routes your app is processing and see where the redirects are being triggered. If you have any log data you can't interpret, feel free to post them down below. But without further diagnostic information, it's difficult for the community to point you in the right direction.

    0 comments No comments

  2. Sneha Rao 60 Reputation points
    2024-08-15T15:23:03.1233333+00:00

    @Talenta Bandi I am having same issue. Did you fix it?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.