Base solution for your next web application
Open Closed

Version Migration from ABP V6.9.1 to V9.1.0 - ABPUSERCONFIGURATION/GETALL-GETTING INTERNAL ERROR #9666


User avatar
0
kalidarscope created

Created a project on v9.1.0 using ASP.Net Core 3.1 & Angular.

Application both frontend & backend running on the windows machine correctly but not showing login page. Showing an Internal Error. Backend swagger running on 22742 port also login using Authorize option in swagger. From network found that http://localhost:4200/AbpUserConfiguration/GetAll returning error having "message":"An internal error occurred during your request!"

http://localhost:4200/AbpUserConfiguration/GetAll

{"result":null,"targetUrl":null,"success":false,"error":{"code":0,"message":"An internal error occurred during your request!","details":null,"validationErrors":null},"unAuthorizedRequest":false,"__abp":true}

Please anyone help me to fix the issue.Thanks in advance


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kalidarscope

    There must be a detailed error message on the server side log file, can you check that (App_Data/Logs/Logs.txt) ?