pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
I have almost the same problem but with cert authentification than peer or scram-sha-256, pgadmin keep asking me for a password thought login is done by certificate.
This bug exists only in pgadmin and is not seen if you do it through the ubuntu terminal
So this bug comes up with authentication in pg_hba.conf file having peer authentication than scram-sha-256
To Reproduce
Steps to reproduce the behavior:
This would just log in to postgres database. Now let's try with pgadmin
Expected behavior It should be logging me in as the database doesn't need a password.
Error message
"Unable to connect to the server: connection to the server at "localhost" (127.0.0.1), port 5433 failed: fe_sendauth: no password supplied"
Desktop (please complete the following information):
I will show you all codes I used to install pgadmin that I put in the terminal (ref: https://www.pgadmin.org/download/pgadmin-4-apt/)