AspNetCore.Identity.Mongo
AspNetCore.Identity.Mongo copied to clipboard
User collection is stored in "default" db when using replica set
While using a replica set, users collection is created in "default" db , not the related database. Even with the connection string set up to use replica sets, users are still stored in wrong database.
hi @Daviidbit , could you provide connection string example that you are using? (omit private info)