I can connect to nhost database from pgAdmin client. I put all the credentials but still throw an error authentication failed. I already reset the password and copy to pgAdmin and still its now working.
Last active 3 months ago
14 replies
16 views
- CO
I can connect to nhost database from pgAdmin client. I put all the credentials but still throw an error authentication failed. I already reset the password and copy to pgAdmin and still its now working.
- EL
You can connect, or the connection is failing?
- CO
sorry typo. yeah, its failing. as you can see to may other questions about a permission error when adding postgres extensions. I would like to try if I could add the extension using pgAdmin.
- CO
the problem is that i can't also connect
- EL
Are you able to connect with another tool than pgAdmin? Or you've never been able to connect to the database using the credentials?
- CO
here is the error basically
- CO
but ill try other pg client
- CO
- CO
same with DBeaver
- CO
for the password, what i did is i generate a new password then click reset. after that i copied the password to use it
- EL
Can you try to use the database defined in the Nhost Dashboard instead of
postgres
? - CO
shucks by bad. youre right. anyway, i now have postgis extension. π
- EL
Glad it worked.
- CO
i run CREATE EXTENSION IF NOT EXISTS postgis; through pgadmin client
Last active 3 months ago
14 replies
16 views