Activités de "e.ruiz1"

Hello,

We are using single sign-on (SSO ADFS) in our application. Therefore, we don't need a page where user can manage their account. We would like to disable the page /Account/Manage or redirect back to the root of the auth server project in our tiered deployment. What would be the best practice for this?

  • ABP Framework version: v7.3.3
  • UI Type: MVC
  • Database System: EF Core (SQL Server, )
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

We did the 7.2.2 to 7.3.2 upgrade and the AuthServer is not working

  • ABP Framework version: v7.3.2
  • UI type: MVC
  • DB provider: EF Core
  • **Tiered (MVC) **: yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:
  • We upgraded from 7.2.2 to 7.3.2 and we started to receive the error in the log below. Unfortunately, the LeptonX version installed on the upgrade was a preview (<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="3.0.0-preview20230817" />) version. However, we changed it back to a stable version <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="2.3.2" />

At this point, we need your help as we cannot deploy this broken version to our environment. Below are the logs from our Auth server. We have made the necessary changes based on the migration guide.

We can run it locally after the update without issues. However, it breaks when we deploy it to Azure app services, where we have an stable version of 7.2.2 running. No configuration changes have been applied to the App service environment.

  • LOGS
  • follow the link below to view the logs https://miami.app.box.com/s/tclcsaj4r84o8zaalxza4rwe2vmfnws3

Hello,

We have noticed that in our tiered application after we log in and our session expires, we are able to successfully re-login. However, the main menu does not load. This happens every time the session expires. In order to make everything work again, we have to flush Redis and clear the browser history, cookies, and cache. Why is this happening? How can I fix this?

our current environment.

  • ABP Framework version: v7.2.2
  • UI type: MVC
  • DB provider: EF Core
  • **Tiered (MVC) with opendict: yes / no
  • Exception message and stack trace: no errors in the logs
Affichage de 1 à 3 sur 3 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11