We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, have a issues with this error message parsing E11000 duplicate key error index: heroku_4k0w7dhh.users.$email_1 dup key:.
E11000 duplicate key error index: heroku_4k0w7dhh.users.$email_1 dup key:
Current regex parse this as: heroku_4k0w7dhh.users.$email_1. Actually these are my collection indexes:
heroku_4k0w7dhh.users.$email_1
{ name_1: [ [ 'name', 1 ] ], email_1: [ [ 'email', 1 ] ], _id_: [ [ '_id', 1 ] ], phone_1: [ [ 'phone', 1 ] ] }
As a result, I do not get a beautiful error.
The text was updated successfully, but these errors were encountered:
Fix parsing index compound keys
6199d64
matteodelabre#48
I too am experiencing this same issue and the PR seems to fix this
Sorry, something went wrong.
No branches or pull requests
Hey, have a issues with this error message parsing
E11000 duplicate key error index: heroku_4k0w7dhh.users.$email_1 dup key:
.Current regex parse this as:
heroku_4k0w7dhh.users.$email_1
.Actually these are my collection indexes:
As a result, I do not get a beautiful error.
The text was updated successfully, but these errors were encountered: