hi
https://{0}.localhost to http://{0}.localhost:42002024-09-17 11:35:50.876 +05:30 [DBG] Checking wildcard domain for url: http://test2dev.localhost:4200
2024-09-17 11:35:50.876 +05:30 [DBG] Checking wildcard domain format: https://{0}.localhost
2024-09-17 11:35:50.876 +05:30 [DBG] Checking wildcard domain format: https://{0}.localhost
2024-09-17 11:35:50.876 +05:30 [DBG] Wildcard domain not found for url: http://test2dev.localhost:4200
hi @ageiter
Is your problem solved?
hi
There should be a CheckTokenExpiration method in you Web module.
You can pass the validationInterval to it. The default value is 1 minute.
https://github.com/abpframework/abp/blob/net9/framework/src/Volo.Abp.AspNetCore/Microsoft/Extensions/DependencyInjection/CookieAuthenticationOptionsExtensions.cs#L18
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.