Actual : "_id" : BinData(3, "l81YjCmHgqJGQjn8TFkFwA==") Expectation : "_id" : ObjectId("5f18b4b647b1cdcaf667fa2c")
so both - prefix propeties are not same and not aplied while run the DB, we need this should be set and get while calling all namespace Volo.Abp.Identity { public static class AbpIdentityDbProperties { public const string ConnectionStringName = "AbpIdentity";
public static string DbTablePrefix { get; set; }
public static string DbSchema { get; set; }
}
}