Open Closed

Need help with better investigating 500 internal errors #6857


User avatar
0
olitrepanier created
  • ABP Framework version: v7.4.2
  • UI Type: Blazor WASM and Maui Blazor
  • Database System: SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: No specific stack trace. We just get internal error 500.
  • Steps to reproduce the issue: Any type of 500 error generated by the underlying code of abp.

This question is about improving our ability to debug internal errors more effectively. Occasionally, we encounter 500 internal errors, and it's quite challenging to pinpoint their cause as there is no inner stack trace provided. I'm curious if there's a configuration or a particular action we need to take to consistently obtain a more detailed stack trace whenever an internal server error occurs.


3 Answer(s)
  • User Avatar
    0
    MichelZ created

    You need to look in the backend logs. 500 errors are logged there

  • User Avatar
    0
    olitrepanier created

    Any chance you could be more precise? We deployed the backend on an App service on Azure.

    When I use Kudu to view the content of the service, this is what we find.

    If I go into LogFiles

    We've looked in every folder and found absolutely nothing.

    We connected our backend to AppInsight and the logs we get there aren't giving us that much information:

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    Backend logs will be written in logs.txt file which is present in site/wwwroot/Logs folder

    thanks

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11