leandertolksdorf/remarkable-rss

Login/Register not working

Closed this issue · 5 comments

When I try to register message says: "This user already exists":
image

but when I try to sign it says, that "This user doesn't exist":
image

Thanks for reporting! I saw you forked the project. Do you want to work on this?

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?

Exactly, when I tried with my own MongoDB it's working fine. So you should check your database :)

Ok, thanks for checking. Will try to find the problem.

@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?