hi
Your TenantAuthentications is an entity instead of AggregateRoot.
You can try to add
options.AddRepository<TenantAuthentications, EFCoreTenantAuthenticatiosRepository>();
https://docs.abp.io/en/abp/latest/Entities#entities https://docs.abp.io/en/abp/latest/Entities#aggregateroot-class
Good news.
It's not about the type of project, it's about your code.
If you can't share the project code. You can find a way to reproduce it.
hi
Can you reproduce it in a new app-pro template project?
hi
It seems the web socket is enabled now on IIS.
Can you try again?
hi
Try creating a template with a specify version
abp new BookStore --version 8.0.0
You can try to reproduce the problem in a new template proejct.
hi
I can't build your project.
hi
Thanks. We will update the document.
Thanks. I see the error is
Cannot resolve parameter 'Volo.Abp.Identity.AuthPolicy.ITenantAuthenticationsRepository tenantAuthenticationsRepository' of constructor
'Void .ctor(
Volo.Abp.Identity.AuthPolicy.IAuthenticationPolicyRepository,
Volo.Abp.Identity.AuthPolicy.ITenantAuthenticationsRepository,
Volo.Abp.Identity.IIdentityUserRepository, Volo.Abp.Identity.IOrganizationUnitRepository, Volo.Abp.Domain.Repositories.IRepository`1[Volo.Abp.Identity.IdentityUserOrganizationUnit])'.
Please share the code of ITenantAuthenticationsRepository and your ef core module
Thanks.