Hello,
I am receiving a 'Could not find localization source: AbpWeb' warning/error when impersonating a user on the console (which appears with an Internal Server Error popup).
This error:
The website logs and audit logs both show the same error: 'Abp.UI.UserFriendlyException: Impersonation token is invalid or expired!', which traces back to the ImpersonationManager.GetImpersonatedUserAndIdentity method.
We have tried:
Additionally, we recently did an update, and this error appears for the environments that were updated from ASP.Net Zero version 11.1.0 to ASP.Net Zero version 13.0.0, and cannot be reproduced on an environment that uses the old application version, which uses ASP.Nero Zero version 11.1.0.
Using ASP.Net Zero version 13.0.0, using Angular and .NET Core.
Any advice on how to address the error?
Thank you in advance.
The ABP session timeout mechanism relies on the Angular UI being open to prompt the user of the session timeout, and then, timing out the session when the user does not respond.
Is there a way to timeout the session when the user closes the application tab, but not the browser itself?
We are having an issue where a user will reopen a tab, after the session timeout period, and the session is still open, due to the fact that no call is made to the server to invalidate/logout the session.
Please answer the following questions before submitting an issue.
Before upgrading to ABP 10.2 (from 9.0), the radio buttons and checkboxes looked like this:
After the ABP 10.2 upgrade, the radio buttons and checkboxes have flipped over so they look like this:
Additionally, as seen in the image above, our radio buttons and checkboxes are aligned vertically, as opposed to horizontally, like in the previous photos.
The font size and style has also changed since upgrading to ABP 10.2:
For reference, this is what it looked like before the upgrade:
I just wished to inquire whether this was a deliberate decision, or if this is a bug.