You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once connected, I received the following error under "Operations" and "Profilling" (might be more)
error parsing uri: must have a / before the query ?
From the devtools of the browser, I can see the following
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Request URL: http://localhost:3000/api/runCommand?d=admin&c=currentOp
Request Payload: {"connection":"mongodb://username:password@localhost:27017?connect=direct","database":"admin","command":"{\"currentOp\":1,\"ns\":{\"$regex\":{\"$regularExpression\":{\"pattern\":\"zbaffi.*\",\"options\":\"\"}}}}"}
I think the problem is caused by the ?connect=direct part. Then I removed the line
Once connected, I received the following error under "Operations" and "Profilling" (might be more)
From the devtools of the browser, I can see the following
I think the problem is caused by the
?connect=direct
part. Then I removed the linemongood/src/utils/index.ts
Line 19 in ce925d2
The error disappeared.
The text was updated successfully, but these errors were encountered: