Activities of "maliming"

hi

You should add it to your project that contains the OpenIddict/Account module. eg xxx.AuthServer project

ok

hi alirizaadiyahsi

You can test this:

https://abp.io/support/questions/8068/Suspicious-updates-on-OpenIddictApplication-when-token-endpoint-is-called-with-clientcredentials-granttype#answer-3a158dd3-918a-fd76-1e37-5cfe204100e5

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.

Showing 1561 to 1570 of 10665 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