How to fix web app deployment not loading - 504.0 GatewayTimeout

Dio 0 Reputation points
2024-03-18T17:49:58.38+00:00

Hello,

My web app does not load and instead times out after a few minutes to the 504.0 Gateway Timeout error.

I am using the Azure Database for PostgreSQL flexible server and Azure Plan as the subscription and Node as the Runtime stack. Perhaps it is due to the scaling and I am using the free plan?

Here is my website! Please let me know if you need anything else

https://plan-it-matt-cha.azurewebsites.net/

Azure Dedicated Host
Azure Dedicated Host
An Azure service that provides a dedicated physical server to host Azure virtual machines for Windows and Linux.
48 questions
Azure Database for PostgreSQL
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
870 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dan Rios 1,265 Reputation points MVP
    2024-03-18T21:07:24.3133333+00:00

    Hi

    The website seems to load for me at the moment.

    However I would follow these steps to try and see what errors there are for you to look into further:

    Theres a great native troubleshooting tool you can leverage to help identify your issues.

    Go to your Azure app and on the left navigate down to Resource Health > Diagnose and troubleshoot button in this view

    From here you should be able to get an overview of the errors with suggested fixes for these.

    You can read more here:

    https://learn.microsoft.com/en-us/azure/app-service/overview-diagnostics

    If you have any further questions or need any further help drop a reply and I’ll be happy to try and assist further. If this was helpful in solving your issue then please mark it as an accepted answer so others can benefit from the resolution.