-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with LiteDB 5.0.10 #11
Comments
Update: for some reason, the version with LiteDB 5.0.3 doesn't persist any changes when I call UserManager.CreateAsync(). After wasting a lot of time debugging, the only thing I learned was that the problem goes away when both my project and AspNetCore.Identity.LiteDB reference LiteDB 5.0.10 instead. |
you are right. I too wasted a day on this bug. After I directly referenced the Aspnetcore.Identity.LiteDB project and update this projects litedb nuget to 5.0.10, it finally worked. hope the owner update his nuget soon, this is really frustrating. |
Nuget finally updated in 4.0.0. Sry for the late response |
When trying to log in, this error happens:
Not sure why it happens. When I changed the LiteDB reference in AspNetCore.Identity.LiteDB's project to 5.0.10, it started working again with no more changes necessary, and I haven't found any other errors either.
Also, when I changed my project to reference LiteDB 5.0.3 (as stated in AspNetCore.Identity.LiteDB's dependencies), it also seems to work.
The text was updated successfully, but these errors were encountered: