Base solution for your next web application
Open Closed

500 Error :22742/AbpUserConfiguration/GetAll:1 #5532


User avatar
0
squaresunion created

Hello, I cannot display my web site anymore because of this web service :22742/AbpUserConfiguration/GetAll:1 It return a 500 errors. But I cant see any web service with that signature in the back end!!?? I am using asp.net core angular 5. Can somebody explain to me where is that service?

Regards


2 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Check the error in Logs.txt.

  • User Avatar
    0
    maliming created
    Support Team

    When the http status code is 500, you can see the error log on the server side.

    The code for AbpUserConfiguration is here: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/92597962f2240b14dc2d67ac3e5ac73ddd95163e/src/Abp.AspNetCore/AspNetCore/Mvc/Controllers/AbpUserConfigurationController.cs#L16">https://github.com/aspnetboilerplate/as ... ler.cs#L16</a>