You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup branch V2 in my project. I can register users. It works perfectly.
However, when I use my usermanager and want to get all the users, the property is null.
I have one user in my mongo db.
Would you know what is the cause?
Is it a bug?
My init setup:
// Configure the db context and user manager to use a single instance per request//app.CreatePerOwinContext(ApplicationDbContext.Create);
app.CreatePerOwinContext<ApplicationUserManager>(ApplicationUserManager.Create);
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I have setup branch V2 in my project. I can register users. It works perfectly.
However, when I use my usermanager and want to get all the users, the property is null.
I have one user in my mongo db.
Would you know what is the cause?
Is it a bug?
My init setup:
Thanks,
The text was updated successfully, but these errors were encountered: