14

I have installed postgreSQL 14 on windows 10 and after opening pgAdmin this inscription "Loading pdAdmin4..." lasts forever

this is a picture of pgAdmin

I tried to change version of postgres to 15, but it didn't help I tried to add Content Type=text/javascript and ContentType=text/javascript to Regedit > HKEY_CLASSES_ROOT\.js. That did not solve the issue.

Dharman
  • 30,962
  • 25
  • 85
  • 135

7 Answers7

19

It seems like this is an issue in pgAdmin V7.4 because a lot of people are facing the same problem.

So you can downgrade to V7.3 until this issue is resolved.

You can download it from this link: PgAdmin Download link

Omar Saad
  • 349
  • 3
  • 8
5
  1. Install an older version (like v.7.3), from here: https://www.pgadmin.org/download/pgadmin-4-windows/

  2. Download (not install yet) the latest version of Postgres SQL from here: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads

  3. Now, while installing Postgres uncheck: "pgAdmin 4", when asked to select the components

  4. Start the "pgAdmin 4" installed in step 1

  5. If you have an error, try again to launch the v.7.3 as Administrator.

  6. Login to the server

4

If you install PgAdmin4 v7.4 from the Postgres installation, uninstall using the Postgres uninstall. Then download it independently from the website https://www.pgadmin.org/download/

1

I'm able to solve without downgrade by download pgAdmin 7.4 at PgAdmin and replace the original pgAdmin 7.4 in your PC with that one, you have to uninstall the original first follow this answer

tunapq
  • 354
  • 3
  • 13
1

I had similar loading issues twice, the third time I ran the tool as "run as administrator ", it worked

Ayush
  • 11
  • 1
0

I had the same problem when installing pgAdmin via the postgresql-15.3-3-windows-x64 installer.

Solution:

  • uninstall PostgreSQL;
  • reinstall PostgreSQL but in the components selection, uncheck PG Admin;
  • download pgAdmin from https://www.pgadmin.org/download/ and install it.
0

I had the "pgAdmin 4 v7.4 loading forever" problem; I solved by uninstalling PostgreSQL and you have to delete all the PostgreSQL folders on the C: drive (if you have a prior PostgreSQL installation), then download a fresh PostgreSQL 14 and install that, then download pgAdmin 4 v7.3 and install that. Then postgres 14 came up immediately.