hi
We supported this case in 8.0
See https://github.com/abpframework/abp/pull/18343
hi jayesh@extranerds.com
Please create a new question.
hi
Can you try to remove the HostTenantResolveContributer?
You can override the HandlePasswordAsync method of TokenController.
Output a log to show the current tenant.
var tenant = await TenantConfigurationProvider.GetAsync(saveResolveResult: false);
https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/TokenController.Password.cs#L78
hi
Did you add the new ef core migrations? Can you share the migration file?
btw, It seems the Oracle didn't support ef core 8.
hi
Can you share the json result of https://your_api_website/api/abp/api-definition?includeTypes=true?
liming.ma@volosoft.com
Thanks.
hi
Please share the output of abp install-libs command.
hi
Please share the output of abp install-libs command.
hi
Are node npm and yarn installed on your Windows server?
hi
Got it. Can you also share some steps? Thanks
hi
The best way to remove entities data is from your app code.