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

2025-06-15 Thread Yogesh Mahajan
Hi, You can use the command 'update-user' for user update. To explore more options, you can use the command below with pgadmin venv. `python3.12 setup.py update-user --help ` Typical command would be - `python3.12 setup.py update-user --password --role Administrator --sqlite-path ` Th

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: issue with pgAdmin 4

2023-07-19 Thread Aditya Toshniwal
Hi Riccardo, Which installer did you use to install pgAdmin? People are facing issues with pgAdmin installed with PostgreSQL installers. Can you also share the screenshot please? On Thu, Jul 20, 2023 at 3:01 AM Riccardo Barichella < riccardo.bariche...@hotmail.com> wrote: > Hi, today I updated t