pgadmin-4

pgAdmin 4 window is completely blank


No file tab no anything, only shows object tab and that's it. Here is a screenshot, I restarted the pgAdmin server multiple times and reloaded the webpage still same window.

using latest version of pgAdmin4. using windows 10.


Solution

  • Just had the same problem and solved it using this:

    1. Right click on the page and select inspect (Google Chrome)
    2. Go to console
    3. Type in pgAdmin.Settings.show()

    Hope this resolves your question!