Please disregard my previous message. I've already made it work. I needed to add the host instance subdomain to the list of alternative subdomains in AWS CloudFront.
Hi,
I'm not sure if this scenario is fully supported or not but those tables are defined in https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.ZeroCore.EntityFrameworkCore/Zero/EntityFrameworkCore/AbpZeroDbContext.cs and some of them are defined in https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.ZeroCore.EntityFrameworkCore/Zero/EntityFrameworkCore/AbpZeroCommonDbContext.cs
So, you can try removing base class from your DbContext and manually add entities to your DbContext.
Hi ismcagdas,
Thank you for your immediate response. Your advice really helped. However, I can't use the below definition, it says 'TUser' could not be found. I know I should not use the 'TUser', but I'm not sure what to use instead. Same for the TRoles and TTenants
public virtual DbSet<TUser> Users { get; set; }
public virtual DbSet<TRole> Roles { get; set; }
public virtual DbSet<TTenant> Tenants { get; set; }
Please help us again. Thank you.
which versions of chrome and firefox?
what about safari?
thanks