Open Closed

Internal server error after login #4158


User avatar
0
thijs.cappelle created

Hello,

We have an ABP-based application with UI (Angular) and API (dotnet core), deployed to Azure. We have a deployed test-environment on Azure and a deployed production-environment. The code is the same on both (same release), the test-environment works perfectly fine and locally it works. Production worked, but now we have a problem: after login on the production-environment, we get an 500 internal server error. the backend itself does work, we can make API calls. At first we thought it could be something with Identity Server, but everything is configured well in the database. (screenshots below)

  • ABP Framework version: v5.2.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:

What could be the cause of the error?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Hi,

    Could you check your server side logs (under Logs folder) and try to find the error message for this exception and share it with us ?

    Thanks,

  • User Avatar
    0
    thijs.cappelle created

    Hello,

    We have solved the issue, we changed the IP-restrictions on the Azure App Service of the backend and now it works. Thank you for trying to help!

    Kind regards, Thijs

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