it takes more than 30secs time to reach identity server and login into site.
Please check your logs. You can get every info from it.
Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid column name 'ActivationEndDate'. Invalid column name 'ActivationState'. Invalid column name 'EditionEndDateUtc'.
Please try to update your migration and database.
hi Shoba24
Please share the logs of your IDS and API website
hi
I have solved the same problem before, but I can't remember the solution.
https://support.abp.io/QA/Questions/1265
I asked alkaabi, but he has not replied to me.
Can you provide a minimal project to reproduce the problem? I think I can solve it again.
hi
The ICurrentUser get info from current claims.
You can add the CustomerId
to the current claims then get it though ICurrentUser
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Security/System/Security/Principal/AbpClaimsIdentityExtensions.cs#L29
hi
Any info on organization unit->Add members->Sorting issue and Datatable is not responsive issue?
We will also fix this. : )
hi
Can you provide a minimum project?