Sure, I will update IIS document.
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.