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.
hi
Please make your GitHub repos PRIVATE.
I will check your project.
Thanks.
ok, : )
hi
Can you try to change your environment by follow:
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.