netcoreapp2.2 application stopped working on Azure

Francisco Henrique 0 Reputation points
2024-03-27T00:10:44.9166667+00:00

I have a netcoreapp2.2 application that uses NopCommerce, it is published in azure and worked perfectly both published and local, but suddenly it stopped working in azure, it only works locally and both source codes are the same, can someone give me a light?

User's image

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

1 answer

Sort by: Most helpful
  1. hossein jalilian 2,535 Reputation points
    2024-03-27T00:38:03.06+00:00

    Hello Francisco,

    Thanks for posting your question in the Microsoft Q&A forum.

    To identify the main reason for the failure shown in the screenshot, please follow these steps:

    Check the application logs: You can find these logs in Azure Monitoring if your application is hosted there. If your application runs with Docker, you can also check the logs there for any relevant error messages.

    Review the log table: Check the dbo.log table in your database. Most of the error logs are stored there, and you can review the latest entries before the application stopped working.

    Additionally, consider that NopCommerce has numerous settings in its admin panel, and it's possible that a user may have made changes or restarted the application, leading to the issue.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful