-
Notifications
You must be signed in to change notification settings - Fork 181
[QUESTION/MISC] - connect to Mongdb:unauthorized #612
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
MongoDB server version: 7.0.21
{
"errors": [
{
"message": "unauthorized",
"path": [
"Login"
]
}
],
"data": null
}
{
"operationName": "Login",
"variables": {
"credentials": {
"Type": "MongoDB",
"Hostname": "dds-uf6exxxxxx52-pub.mongodb.rds.aliyuncs.com",
"Database": "",
"Username": "root",
"Password": "xxxx",
"Advanced": [
{
"Key": "Port",
"Value": "3717"
},
{
"Key": "URL Params",
"Value": "?"
},
{
"Key": "DNS Enabled",
"Value": "false"
}
]
}
},
"query": "mutation Login($credentials: LoginCredentials!) {\n Login(credentials: $credentials) {\n Status\n __typename\n }\n}"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested