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
Result:
The error message is 'Pool does not exist', but actually, i just forget to set insecureAuth=true in cfg which causes the error of HANDSHAKE_INSECURE_AUTH.
Expectation:
The error message should reflect the reason why the pool does not exist or expose the error directly when creating connection not successfully.
Many thanks.
The text was updated successfully, but these errors were encountered:
Version: .2.2.0
Step to recreate:
Step 1: create cluster
Step 2: use cluster to connect db
Result:
The error message is 'Pool does not exist', but actually, i just forget to set insecureAuth=true in cfg which causes the error of HANDSHAKE_INSECURE_AUTH.
Expectation:
The error message should reflect the reason why the pool does not exist or expose the error directly when creating connection not successfully.
Many thanks.
The text was updated successfully, but these errors were encountered: