Hi Team,
We are experiencing a weird behavior when migrate the users with custom database. We have created the Staging db connection, that connects to our postgresql database url.
When we selected Try
for Login and Get User script, they are both working
However, when we select Try Connection
and enter the exact same email/password, it pops out the Wrong email and password
error.
To add to this, we have 2 Database connection, one for production and one for staging that only differs in database_url configuration. The one on production worked fine. Will it affect staging connection?
Any idea why this happened?