Change Pgadmin4 default browser

Asked

Viewed 2,496 times

-1

Today when opening the PgAdmin4, it opens by default on Edge of my machine. It is possible to change this to the chrome? When just trying to copy the link and paste, it doesn’t work.

Unauthorized 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 installed the pgAdmin4 together with the package postgresql offers, version 10.11.

  • This would be https://stackoverflow.com/a/52905092/1518921 ?

  • It could be... but he’s opening a new window of his own pgAdmin4, but does not open in guide of the chrome

  • It no longer opens on edge, but also does not open as a chrome

  • Now it’s opened on the chrome, thank you William

  • I formulated as an answer. I deleted the old comments.

1 answer

3


To change the browser, right-click the pgAdmin icon in systemTry:

pgadmin em systemtry

Selects Configure... and then in the field Browser Command:

pgadmin com browser customizado

Place the path of your browser followed by %URL%, example:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %URL%

If it is Firefox it would be something similar to this:

"C:\Program Files\Mozilla Firefox\firefox.exe" %URL%

If you want to open Chrome as a "standalone app" for pgAdmin use with the argument --app (only supported by Chrome, as far as I know):

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app %URL%

Browser other questions tagged

You are not signed in. Login or sign up in order to post.