Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/
Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index
The exact solution to your question may have been answered before, please use the search on the homepage.
-
ABP Framework version: v3.0.4
-
UI type: Angular
-
Tiered (MVC) or Identity Server Seperated (Angular): yes
-
Exception message and stack trace:
2020-09-01 15:54:37.892 +00:00 [INF] Request finished in 12.2568ms 404 text/html; charset=utf-8
2020-09-01 15:54:47.167 +00:00 [INF] Request starting HTTP/1.1 POST http://52.76.27.179/Account/Login application/x-www-form-urlencoded 317
2020-09-01 15:54:47.168 +00:00 [INF] CORS policy execution failed.
2020-09-01 15:54:47.168 +00:00 [INF] Request origin http://52.76.27.179 does not have permission to access the resource.
2020-09-01 15:54:47.172 +00:00 [INF] No CORS policy found for the specified request.
2020-09-01 15:54:47.173 +00:00 [INF] Executing endpoint '/Account/Login'
2020-09-01 15:54:47.175 +00:00 [INF] Route matched with {page = "/Account/Login", area = "", controller = "", action = ""}. Executing page /Account/Login
2020-09-01 15:54:47.206 +00:00 [INF] Executing handler method Volo.Abp.Account.Public.Web.Pages.Account.LoginModel.OnPostAsync - ModelState is "Valid"
2020-09-01 15:54:47.579 +00:00 [WRN] Invalid password for user 5dc0ff50-a197-c0a3-bcbe-39f5d3e999ac.
2020-09-01 15:54:47.580 +00:00 [WRN] User 5dc0ff50-a197-c0a3-bcbe-39f5d3e999ac failed to provide the correct password.
2020-09-01 15:54:47.752 +00:00 [INF] Executed handler method OnPostAsync, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
2020-09-01 15:54:47.810 +00:00 [INF] Executed page /Account/Login in 635.2435ms
2020-09-01 15:54:47.811 +00:00 [INF] Executed endpoint '/Account/Login'
2020-09-01 15:54:47.936 +00:00 [INF] Request starting HTTP/1.1 GET http://52.76.27.179/__bundles/Lepton.Global.6F3011FF0A55A24A6A8C93BB718D26D8.js?_v=637345724587994221
2020-09-01 15:54:47.937 +00:00 [INF] The file /__bundles/Lepton.Global.6F3011FF0A55A24A6A8C93BB718D26D8.js was not modified
2020-09-01 15:54:47.938 +00:00 [INF] Request finished in 1.5823ms 304 application/javascript
2020-09-01 15:54:47.938 +00:00 [INF] Request starting HTTP/1.1 GET http://52.76.27.179/Abp/ApplicationConfigurationScript
2020-09-01 15:54:47.940 +00:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)'
2020-09-01 15:54:47.941 +00:00 [INF] Request starting HTTP/1.1 GET http://52.76.27.179/__bundles/Lepton.Global.D83D057CFA4A44472FE618AF093450A8.css?_v=637345724581876537
2020-09-01 15:54:47.941 +00:00 [INF] Request finished in 773.9358ms 200 text/html; charset=utf-8
2020-09-01 15:54:47.941 +00:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Get() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController (Volo.Abp.AspNetCore.Mvc).
2020-09-01 15:54:47.942 +00:00 [INF] The file /__bundles/Lepton.Global.D83D057CFA4A44472FE618AF093450A8.css was not modified
2020-09-01 15:54:47.942 +00:00 [INF] Request finished in 0.832ms 304 text/css
2020-09-01 15:54:47.942 +00:00 [INF] Request starting HTTP/1.1 GET http://52.76.27.179/Abp/ServiceProxyScript
2020-09-01 15:54:47.944 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.944 +00:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)'
2020-09-01 15:54:47.944 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.944 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.944 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.945 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.945 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.945 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.945 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.945 +00:00 [INF] Authorization failed.
2020-09-01 15:54:47.945 +00:00 [INF] Authorization failed.
-
Steps to reproduce the issue:
4 Answer(s)
-
0
Invalid password for user 5dc0ff50-a197-c0a3-bcbe-39f5d3e999ac.
Please check your password . -
0
Thanks the password seems to be correct.
I noticed this issue when try to login thru angular application, please suggest. -
0
I think it checks the URL with port. did you fix it?
-
0
Thanks it was fixed.