Thanks!
connections.database(name: “Username-Password-Authentication”, requiresUsername: false)
The “false” was missing in my code. Now works beautifully.
Thanks!
connections.database(name: “Username-Password-Authentication”, requiresUsername: false)
The “false” was missing in my code. Now works beautifully.