Skip to content
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

Signup for 2nd user fails in dev env #109

Open
mehul-m-prajapati opened this issue Oct 10, 2024 · 1 comment · May be fixed by #131
Open

Signup for 2nd user fails in dev env #109

mehul-m-prajapati opened this issue Oct 10, 2024 · 1 comment · May be fixed by #131

Comments

@mehul-m-prajapati
Copy link
Contributor

mehul-m-prajapati commented Oct 10, 2024

b2


The error is a MongoDB duplicate key error, specifically indicating that you're trying to insert a document into the users collection where the groups.lists.list_id field is null, which violates a unique index constraint.

@AshuKr22
Copy link
Contributor

hey @mehul-m-prajapati, as of now I am not sure why this bug is occurring, for now you can try to drop the list index from mongodb by going to collection then indexes and delete users who has blank list. we are working on fixing it

@AshuKr22 AshuKr22 added bug Something isn't working level 3 labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants