Share via

application error

bibin t b 0 Reputation points
2025-05-18T06:52:06.8166667+00:00

Application error with a message:
:( Application Error

If you are the application administrator, you can access the diagnostic resources.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


2 answers

Sort by: Most helpful
  1. Abiola Akinbade 30,490 Reputation points Volunteer Moderator
    2025-05-18T09:29:04.5166667+00:00

    Hello bibin t b,

    There must be more detail than that. If not, ensure that you've enabled logging.

    How to guide: https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs

    What type of application are you deploying? Seen different node-versions can cause this from a different thread

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Anonymous
    2025-05-19T02:06:32.9833333+00:00

    Hi bibin t b,

    A 404 error means the page or resource wasn’t found on the server. This usually happens if the app isn’t set up right, the URL is wrong, or routing is missing.

    • Check your app’s platform (Node.js, .NET, Python, etc.) and version because using the wrong one or missing startup files can cause errors.
    • Ensure Application Logging, Web Server Logging, and Detailed Error Messages are enabled. This gives detailed info to help find the problem.

    https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs#enable-web-server-logging

    • Make sure your startup files and routing are correct. For Node.js, check that package.json has the right start script and the app uses the correct port (usually process.env.PORT). For other apps, confirm the default document or startup command is set properly in Azure.
    • Make sure your startup files and routing are correct. For Node.js, check that package.json has the right start script and the app uses the correct port (usually process.env.PORT). For other apps, confirm the default document or startup command is set properly in Azure.
    • Please make sure all necessary files are deployed and the deployment finishes without errors, as sometimes files can be missed or errors occur without warning.
    • If you’re deploying a Node.js app, make sure the Node.js version on Azure matches your local version to avoid any issues caused by version differences.

    Was this answer helpful?

    0 comments No comments

Your answer

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