I have installed the x64 version of PostgreSQL-9.6 using the installer by EnterpriseDB, which also installed pgAdmin 4. However, when pgAdmin starts, it hangs for a few seconds and then gives me this::
The PostgreSQL service is running, and I also checked it with pg_isready. Everything is happening on my machine (no remote stuff). Did I do something wrong?
Asked
Active
Viewed 2,515 times
2

Atmaks
- 391
- 3
- 14
-
Does running the program in [compatibility mode](https://support.microsoft.com/en-us/help/15078/windows-make-older-programs-compatible) help? – kennytm Feb 21 '17 at 06:03
-
@kennytm, strange. It very briefly displays "Connecting to the application server" and then the same thing as before. Could it be the Windows firewall? – Atmaks Feb 21 '17 at 07:10
-
https://stackoverflow.com/questions/56405497/pgadmin-4-7-displays-blank-popup-screen-on-startup >this solution works – Nehal Pawar Jul 06 '19 at 19:02
1 Answers
2
I solved the problem by right-clicking within the blank pane, choosing stop, right-clicking again, and choosing reload.

user9482649
- 21
- 2