ABP Framework version: v4.3.1 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no / yes Exception message and stack trace: N.A Steps to reproduce the issue:" N.A
Hi Team
After token expiration system calling application-configuration api and set current user details to null. The issue is after token expiration and revocation from angular then it should be redirected to login page. but its not redirecting only shows login tab on navbar and hides the other tabs.
don't know how abp randomly call https://api.preprodsim.litmus.financial/api/abp/application-configuration We are using reference type token .
2 : After token expiration application-configuration Response
3:before token expiration image
4: Angular UI images after token expires
we want to navigate after token expiration to login page . How we can achieve this?
2 Answer(s)
-
0
Hi Team
Any Update on this?
-
0
Hello,
It is already done: https://github.com/abpframework/abp/commit/86b8f952eecfc6a109ab91e1bf39983b50e7c9f6#diff-835f2b3fd6817076674e0a6599617b07b015b34849235b20017ee0601206a3b8
You need to update your project to v4.4.4 at least. Thanks!