Activities of "Hon-Tre_IFS"

Hi,

We are currently using single layer modular monolithic web app and api.

Issue: After successful login, the page redirects to next page but does not load any data on the web page and in the network tab the response code is 302. But after hard refresh, the page shows the actual data and response code returns 200.

How do you resolve this issue?

Even clearing the cache, it not working I have added this piece of configuration in Host module class it working. is it ok add

 // Configure password requirements
 Configure<IdentityOptions>(options =>
 {
     options.Password.RequiredLength = 8;
 });

I have changed it T to G still It is showing 6 digits

I have made the changes both tenant and Host but it still appearing as 6 digit is minimum

Yes we have Multiple tenants

Abp version 10.0.2, UI Page Change Password

I have changed the identity setting as well for 6-digit min password to 8 the model error is still not updating

This is the code i have added module file

// Configure password requirements Configure<IdentityOptions>(options => { options.Password.RequiredLength = 8; });

Hi,

We are not using Redis cache. Our current role does not have all the permission. Even though we are creating new tenant/user and providing limited access, the RBAC policies are not working.

Scenario:

  1. Update the permission by removing some permissions from the UI.
  2. User has been untagged from the permission in both backend and front end.
  3. User is logging out and log in again.
  4. After successfully login by the user, we can see the same user has been tagged with removed permissions from open configuration API response.

Please let me know if you need more deatils

i would like to configure with one host app not multiple host app. so all my topic and subscription should be configure in same host app how to do it?

Showing 11 to 20 of 61 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.