hi
Please send the logs.txt to liming.ma@volosoft.com
Thanks
hi
it takes up to 1-2 minute for the user to be logged out.
What is the UI type?
If it is mvc, can you share the content of the csproj file of this project?
hi
but when clicking on Login button, it stays on the same login page instead of redirecting to the angular page.
Please share the Debug logs for these requests.
liming.ma@volosoft.com
You can try to add it to the Program.cs class. Then check the ICurrentUser.
Have you set claim types?
AbpClaimTypes.UserName = JwtClaimTypes.PreferredUserName;
AbpClaimTypes.Name = JwtClaimTypes.GivenName;
AbpClaimTypes.SurName = JwtClaimTypes.FamilyName;
AbpClaimTypes.UserId = JwtClaimTypes.Subject;
AbpClaimTypes.Role = JwtClaimTypes.Role;
AbpClaimTypes.Email = JwtClaimTypes.Email;
hi joey73
Is your problem solved?
Can the problem be reproduced by connecting to the remote database locally?
ok, Please share the Debug Logs during your login process.