Yes you are right. Changing the entity name worked.
additional difference in 2 admin rows. One had tenant id and one does not. Not this make sense that one of them is for the tenant. Now my only question is why do i have to enable multi-tenant to get the site working even if i dont want multi-tenant.
OK, this is what i found. I went back and enabled multi-tenant and then ran the host and the site, then it created the user data. But there is a new problem. I have 2 admin account now in my user table. One with shouldChangePasswordOnNextLogin = true and the other one is false. I dont know what's going on.
<cite>maliming: </cite> The application will automatically initialize the data when it starts. So start your website.
Hi I ran the site but still not working and there are no data in the table. I still see the seed code is not getting called.
I have the host running and when i run the angular site, i get internal error because there is no data.
Additional information on my error: I have disabled multi-tenant and also i see that the seedHelper.cs code is not getting called when i run the host. Also i see that the seed folder is under the Migration folder vs seed folder found under EntityFrameworkCore folder for demo sites.