hi
but if I return the second line then it return the new roles
Yes. This is the default behavior.
The CurrentUser
values from HttContext.User.
You can Changing the Current Principal
https://abp.io/docs/latest/framework/infrastructure/current-user#changing-the-current-principal
hi
You can try to inject the ConfigStateService
And call this.configState.refreshAppState();
hi
getting an error that says that we need to login in order to run the application.
Can you share the details of the error?
Thanks.
it’s caused by ABP 8 ExtraProperties column is not null, but our existing data has Null value column.
hi
https://abp.io/support/questions/7232/Running-DBMigrator-in-a-Machine-with-sql-server-2012#answer-3a12b26b-f0e6-38b0-d291-a8801c0b149e
hi
It seems you are using lower SQL server version. You can try to set the CompatibilityLevel as 120
and try again: https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-8.0/breaking-changes#mitigations
sorry for that
Can you try to use the
X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.PersistKeySet
Or
X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.EphemeralKeySet
hi
it takes more time for the UI to load (takes around 5 mins to load the login page)
Can you check and share the logs.txt
to see what step is slow?
Thanks.