Activities of "maliming"

hi

Can you enable and share the Debug logs when a user logs in to Angular (it loads permissions and other configurations ABP has)? It takes a very long time to read those from cache.

https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

liming.ma@volosoft.com

Thanks.

Great : )

You have to add IMultiTenant interface to your book entity.

hi

Please make your GitHub repos PRIVATE.

I will check your project.

Thanks.

ok, : )

hi

Can you try to change your environment by follow:

  1. Change to a new local SQL server database. https://github.com/maliming/PortalApi-main/blob/master/src/PortalApi.DbMigrator/appsettings.json#L3 https://github.com/maliming/PortalApi-main/blob/master/src/PortalApi.HttpApi.Host/appsettings.json#L14
  2. Change the Redis to a local Redis. https://github.com/maliming/PortalApi-main/blob/master/src/PortalApi.HttpApi.Host/appsettings.json#L11
  3. Run https://github.com/maliming/PortalApi-main/tree/master/src/PortalApi.DbMigrator
  4. Run https://github.com/maliming/PortalApi-main/tree/master/src/PortalApi.HttpApi.Host
  5. Check the https://localhost:44374/api/permission-management/permissions?providerName=R&providerKey=admin

You can create a SQL server and Redis if you have a Docker.

These are my test db and redis.

docker run -d --name sql_server -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=1q2w3E***' -p 1433:1433 mcr.microsoft.com/azure-sql-edge

docker run -p 6379:6379 --name redis -d redis:alpine
ConnectionStrings": {
    "Default": "Server=123.windows.net,3342;Database=Portal;User Id=jb;Password=1123123;TrustServerCertificate=True;MultipleActiveResultSets=true;"
}
"Redis": {
    "Configuration": "127.0.0.1"
}

hi

I use a database and seed the initial data. It sets all permissions for the admin user and role.

hi

It will be released in one or two weeks.

You can override the page now. I have sent the code to you.

Thanks.

Your ticket has been refunded.

Thank you.

hi

Is the same problem that this https://abp.io/support/questions/8887/SSO-Users-forced-to-add-password-VoloAccountPro-900

Yes. We will change this behavior in next 9.0.x patch version.

We don't have this code, I've explained myself wrong,

Can you send an email to liming.ma@volosoft.com

I will share the code with you.

Showing 1561 to 1570 of 10662 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20