Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Yogesh Mahajan
Hi, I could reproduce the error when I have multiple workers. Maybe you can try restarting the Guicorn service. Can you please try once in the private browser window? Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jun 10, 2025 at 3:54 PM Shakir Idrisi wrote: > HI, > > I have used this command, a

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Shakir Idrisi
HI, I have used this command, and I have created a systemd file to start and stop the service. *ExecStart=/var/w-data/pgadmin4/pgadmin_venv/bin/gunicorn \* *--workers 1 \* * --threads=25 \* *--bind unix:/tmp/pgadmin4.sock \* *--chdir /var/w-data/pgadmin4/pgadmin_venv/lib/python3.11/si

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Yogesh Mahajan
Hi, Can you please share your guicorn command? How many workers are you spawning? It should be 1. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jun 10, 2025 at 12:34 PM Shakir Idrisi wrote: > Hi, > > I've installed *pgAdmin 4* on my Linux server and configured it behind > *Gunicorn > and NGINX

Re: Unable to access local server

2025-06-10 Thread B A
Hi, Thanks but now it's giving me the following error: Unable to connect to server: connection failed: connection to server at "127.0.0.1", port 5432 failed: fe_sendauth: no password supplied However, when I installed pgadmin4, it never asked me to set up a password, so how can I proceed? Please

Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Shakir Idrisi
Hi, I've installed *pgAdmin 4* on my Linux server and configured it behind *Gunicorn and NGINX*, accessible at: https://domain.com/pgadmin4/. The login page loads correctly. However, after entering valid credentials, I'm redirected back to the login page without any error message. Occasionally, I