Hi,
Do you host a single instance of your app or multiple instances ? If it is multiple instances, please take a look at https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Clustered-Environment
We were able to sort out the issue - there was a duplicate call being made which appeared when we upgraded our application from ASP.Net Zero v11 to v13.
Thank you for the reply!
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.
Thank you! This is what we needed clarification on, thanks!
Thank you for the reply! I was wondering though - were these changes a deliberate decision on Metronic's part? Or is this a bug?
I just thought I'd ask because the current way Metronic has styled the checkboxes and radio buttons (that is, text then radio button) is a little less unintuitive than how it was previously. Furthermore, when I went on Metronic's website to look at the 7.x changes, the alignment of the buttons are still radio button, then text:
Here's the link where I found Metronic's notes on their 7.0 radio buttons: https://preview.keenthemes.com/metronic/demo1/crud/forms/controls/radio.html
I noticed too that the font style and size is not consistent anymore. For example, when using the dropdown menus, I noticed that the font style and size don't match anymore:
Furthermore, the font style of the dropdown menus isn't consistent, as, after the upgrade to 10.2, when comparing the screenshot above and the one below, some of the dropdown menus have a different font style and size as each other:
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.