BUG #18370: Issue accessing pgadmin4 web gui

Started by PG Bug reporting formabout 2 years ago1 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 18370
Logged by: Michael Ray
Email address: criostasis@gmail.com
PostgreSQL version: 16.2
Operating system: Ubuntu Server 23.10
Description:

I installed pgadmin4 and then setup my nodejs app. While it is running I
cannot access the pgadmin4 web gui. I have setup a reverse proxy in my
nodejs app to localhost:5050 when i go to localhost/pgadmin4 since my routes
are blocking access. This does not work however and now I cant access
pgadmin4 with the nodejs app stopped. I have searched google and looked on
the bug tracker on github and cannot find any reference to this issue.

How do i access the web gui when i have a nodejs app setup with routes?