After upgrading to 6.0.0, you will be taken back to login page after successful return login (/ account / login)
12 Answer(s)
-
0
Hi @david5
- Are there any error logs on the server side log file (App_Data/Logs.txt) or on the browser console ?
- Can you clear your browser cookies and try again ?
-
0
Clear and reset logging success
-
0
Hi @david5, can you provide the network request details as well?
-
0
What are the network request details?
[ chrome network Capture ] link url : https://drive.google.com/drive/folders/1ceE3IZzdeWsIECyaS6DmSiK7WjEG6sxU login request -> AbpLogs\login-request.png login response -> AbpLogs\llogin-response1.png ~ login-response3.png
[ Execution environment ] ASP.NET ZERO DOWNLOAD : ASP.NET CORE Mvc & Jquery v6.0.0 OS : windows 10 Tool : visual studio 2017 Run : IIS Express, Debug Run (Ctrl+F5)
-
0
-
0
[ Chrome's network tab image] link url : https://drive.google.com/drive/folders/1ceE3IZzdeWsIECyaS6DmSiK7WjEG6sxU login request -> AbpLogs\login-request.png login response -> AbpLogs\login-response1.png ~ login-response3.png
-
0
Hi @david5 , did you make any changes to
IdentityServer
configurations? -
0
No changes to IdentityServer configurations Database Connection String Only Change
appsettings.json -> "ConnectionStrings": { "Default": "Server=.; Database=AfxTestDb; User Id=id; Password=password;" }
- Debug Stop Run Login AccountController.cs -> Login(line:208) -> signInResult.Succeeded But return /account/login?returnUrl=%2FApp
-
0
@david5
If this is a repeatable problem, could you send your project to [email protected] and let us check it for you ?
-
0
Hi @david5
Any news about this ?
Thanks.
-
0
Normal operation on another computer. Problem I reset my laptop -> login succeed Normal operation.
Thanks.