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
See Error: Error: Connection error NOT_ALLOWED - vhost not found, rc: 530
Expected behavior
It would not use "" as vhost but rather the default "/" vhost
Additional context
Could be fixed in ConnectionString::parseParts function or Within the getter SimpleEndpoint::vhost by using / as vhost if it is empty.