--------------------------------------------------------
| Pgadmin version | 4.3.5 |
--------------------------------------------------------
| PostgreSQL server version | pg_ctl (PostgreSQL) 11.1 |
--------------------------------------------------------
| Docker image | dpage/pgadmin4 |
--------------------------------------------------------
I ran into a problem using PGAdmin4 in Docker container. When i'm connecting to my host`s machine postgresql server and trying to view/edit data - i'm getting such error: https://pasteboard.co/HO1w7jS.png
Note that:
- I have default postgresql configuration, except
listen_addresses = '127.0.0.1, 172.17.0.1
. - PGAdmin container is behind nginx proxy
mydomain.tld -> localhost:5050
As i understand, it is a problem with postgresql HTTP API. But i'm not an expert neither in postgresql nor in pgadmin. Maybe anyone have solution to this problem?