Base solution for your next web application

Activities of "hazel.gutierrez"

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:

  • Appears on the environments that were deployed via Openshift, however, I cannot reproduce it on my local machine.
  • Doesn't appear consistently when I impersonate a user, nor does it happen to the same user(s) I impersonate.
  • Sometimes also occurs when returning back to the main account.
  • Can be reproduced on both Edge and Chrome, as well as using an InPrivate session in Edge.
  • Can be reproduced by users who have not recently logged into the application on our environments also can reproduce this error.
  • Doesn't stop me from actually impersonating a user - I am able to still go through with the impersonation successfully and return back to the main account.

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:

  • Cleared our browsers and cache
  • Cleared the AbpToken table
  • Redis was turned off, so that was turned on again and our environments were restarted

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.

Prerequisites

  • Product version: 10.5
  • Product type (Angular or MVC): Angular
  • Product framework type: .Net Core

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:

Prerequisites

Please answer the following questions before submitting an issue.

  • What is your product version: ABP 10.2
  • What is your product type (Angular or MVC): Angular
  • What is product framework type (.net framework or .net core): .net framework

If issue related with ABP Framework

  • What is ABP Framework version: 10.2

If issue is about UI

  • Which theme are you using: Default theme
  • What are the theme settings: Metronic default theme for CSS ABP 10.2

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.

Showing 1 to 6 of 6 entries