AspNetCore.Identity.Mongo icon indicating copy to clipboard operation
AspNetCore.Identity.Mongo copied to clipboard

User collection is stored in "default" db when using replica set

Open Daviidbit opened this issue 3 years ago • 1 comments

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.

Daviidbit avatar Jul 12 '22 12:07 Daviidbit

hi @Daviidbit , could you provide connection string example that you are using? (omit private info)

vova3211 avatar Aug 26 '24 09:08 vova3211