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)
-
0
Hi @kalidarscope
There must be a detailed error message on the server side log file, can you check that (App_Data/Logs/Logs.txt) ?