I'm trying to use metabase to connect my Heroku app database. And it failed, give the return
org.postgresql.util.PSQLException: FATAL: password authentication failed for user "myuseraccount"
the screenshot look like this
The info I eneter is found through the interface of Heroku web dashoboard,
My question is that, how can I debug for this problem? There are several possibilities that I'm looking into, for example:
The heroku disabled connect to free-plan database externally
The metabase fail to connect, or I get the pw wrong
However, from the doc I'm reading, seems like neither is the case. so I don't have too much clue on what to do right now.
Is there any other way to solve this problem?