Hey guys, I am running into an error with user aut...
# troubleshooting
m
Hey guys, I am running into an error with user authentification. I added a user (even twice as I got an error that he already exists, screeshot 1). But I can not login as it tells me "specified user does not exist". Does anyone know about this issue? Thanks!
e
Hey @michel_ebner! Can you check if the CLI and UI point to the same meltano database? I'm guessing that could be the issue.
Copy code
$ meltano config meltano list | grep database_uri
m
Hi @edgar_ramirez_mondragon, that really could be it... I will test it on monday, but I added an external database with the
database_uri
. How do I change the database pointed by the UI?