I am new to PostgreSQL and I have installed Postgresql 12 version for win64 from EDB website. After the installation I tried to use pgAdmin but I ran into some issues:
With Internet Explorer I got this error "your browser was detected as Internet explorer 11. which is either deprecated or not supported by pgAdmin4"
With Google Chrome I got this error. "The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required."
I did what many others told to do:
- Internet Explorer Enhanced Security Configuration turned off.
- changed the PgAdmin default browser to chrome.
- Added my default PgAdmin server to Internet Security Trusted list.
Please help !
Ran into the same issue. There is not much information about IE11 not being supported anymore. All I can see is
https://www.pgadmin.org/faq/
The followings are supported
I have installed Edge and set it as the default browser. Now everything works as expected.