Login/Register not working
Closed this issue · 5 comments
Bartek532 commented
leandertolksdorf commented
Thanks for reporting! I saw you forked the project. Do you want to work on this?
Bartek532 commented
Yeah, sure! But in this case, I think it's a problem with database, so I can't do much :( However, I have a couple of ideas to improve this app so maybe should I open more issues or do some pull requests?
Bartek532 commented
Exactly, when I tried with my own MongoDB it's working fine. So you should check your database :)
leandertolksdorf commented
Ok, thanks for checking. Will try to find the problem.
leandertolksdorf commented
@Bartek532
There were indeed some indexing errors in MongoDB.
I just dropped the indexes of the users collection in the db, which seems to be the solution.
Can you try registering again?