hi
We have a problem when creating a new tenant, the translation does not appear.
Can you share some screenshots? Thanks
hi
Can you check this workaround?
https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/breaking-changes?tabs=v7#sqlserver-tables-with-triggers
hi
Can you prepare a project to reproduce this?
Or you can set the CreatorId with your value.
ObjectHelper.TrySetProperty(certificateRecord, x => x.CreatorId, () => YourId);
await _certificateRepository.InsertAsync(certificateRecord);
hi
You can refer to this class.
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo/Abp/Identity/IdentityPermissions.cs#L5
hi
Please kindly reproduce the problem and share your project . Thank you for your time.
hi
Run abp install-libs command the new js and css files will move to wwwroot folder.
so you only need to make this folder correctly.
You're welcome.
hi
Are there any error/warning logs?
hi
The Dynamic-CSharp-API-Clients proxy required the Castle.DynamicProxy
You can consider to use Static-CSharp-API-Clients
hi
I need to reproduce this in my local.
Can you find a way?