0

Tried starting pgAdmin 4.1, observed that the menu bar came out as shown in the image below:

pgAdmin interface without menu bars

Had followed this guide on SO: Messed up pgAdmin 4 menu bar. Then uninstalled v.4.1. I now have v.4.4 installed but got same display.

Also, I can't get the object menu bar dropdown to work. Clicking it produces no response.

ArthurEzenwanne
  • 176
  • 2
  • 10

2 Answers2

0

You need to hard reload page, Remove the browser cache & try again.

For example in Google Chrome, Right click on the refresh button and select Empty Cache and Hard Reload

enter image description here

Open pgAdmin4 again & Check if that helps.

Murtuza Z
  • 5,639
  • 1
  • 28
  • 52
  • I don't have this right-click refresh button in my Chrome v73.0.3683.103. However opening the site in Chrome helped. I was using Firefox Developer Edition as default browser so the error is specific to Firefox Developer Edition. Edge and Chrome opened it just fine. – ArthurEzenwanne Apr 07 '19 at 20:01
0

I didn't try opening the site using different web browsers (silly me). I had been using the default, Firefox Developer Edition.

Opening the pgAdmin web interface with Edge and Chrome opened it just fine. The error is specific to Firefox Developer Edition.

ArthurEzenwanne
  • 176
  • 2
  • 10
  • Yes it is due to Cache, may be the Javascript files from the older version is still present in Firefox browser cache, you can try clearing browser cache. – Murtuza Z Apr 08 '19 at 05:12