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

#638 Check for DB error response before handling #1472

Closed
wants to merge 1 commit into from
Closed

#638 Check for DB error response before handling #1472

wants to merge 1 commit into from

Conversation

andrew-demb
Copy link

The code is unchecked, sorry for this. I can't build project locally.

It seems, what client is not checked for the error response from MongoDB.
I reproduced #638 by the direct request and get error
db.system.users.find()

Error: error: {
	"ok" : 0,
	"errmsg" : "not authorized on mydb to execute command { find: \"system.users\", filter: {} }",
	"code" : 13,
	"codeName" : "Unauthorized"
}

@andrew-demb
Copy link
Author

Hey, anybody?

Ping.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant