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

2025-08-06 Thread Khushboo Vashi
On Wed, Aug 6, 2025 at 11:38 AM Shakir Idrisi wrote: > Hi, > > I referred to the documentation, but my Nginx setup doesn’t have the > proxy_params file. So I manually added the proxy_set_header lines. However, > after logging in, pgAdmin4 was showing a blank page. > > *To fix it, I changed: proxy

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

2025-08-05 Thread Shakir Idrisi
Hi, I referred to the documentation, but my Nginx setup doesn’t have the proxy_params file. So I manually added the proxy_set_header lines. However, after logging in, pgAdmin4 was showing a blank page. *To fix it, I changed: proxy_set_header Host $host*; *to: proxy_set_header Host $http_host;* A

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

2025-08-05 Thread Khushboo Vashi
Hi, Please refer https://www.pgadmin.org/docs/pgadmin4/9.6/server_deployment.html#nginx-configuration-with-gunicorn for nginx configuration. On Wed, Aug 6, 2025 at 10:56 AM Shakir Idrisi wrote: > Hi, > > Apologies for the interruption. May I kindly ask if the configuration I > provided in my p

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

2025-08-05 Thread Shakir Idrisi
Hi, Apologies for the interruption. May I kindly ask if the configuration I provided in my previous reply is correct? On Tue, Aug 5, 2025 at 4:57 PM Shakir Idrisi wrote: > Hi, > > I updated the configuration and it's now working. > I'm using it *$http_host* instead of *$host* for the *Host *hea

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

2025-08-05 Thread Shakir Idrisi
Hi, I updated the configuration and it's now working. I'm using it *$http_host* instead of *$host* for the *Host *header. Just want to confirm — is this the correct and recommended way? location ^~ /pgadmin4/ { > > proxy_pass http://unix:/tmp/pgadmin4.sock; > proxy_set_header Host $http_h

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

2025-08-05 Thread Shakir Idrisi
Hi, Do you have any updates or suggestions that could help me further debug this issue? On Tue, Aug 5, 2025 at 10:23 AM Shakir Idrisi wrote: > Hi, > > Yes I have tried that conf which you have provided. > I have mentioned that in my last reply that it is not working. > Still getting blank page

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

2025-08-04 Thread Shakir Idrisi
Hi, Yes I have tried that conf which you have provided. I have mentioned that in my last reply that it is not working. Still getting blank page after login on https. On Tue, Aug 5, 2025, 9:53 AM Yogesh Mahajan wrote: > Hi, > > I have already provided the nginx configuration. Have you tried it?

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

2025-08-04 Thread Yogesh Mahajan
Hi, I have already provided the nginx configuration. Have you tried it? Issues is clearly with Nginx config. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Aug 4, 2025 at 4:34 PM Shakir Idrisi wrote: > Hi, > I’ve tried the suggested changes, but I’m still encountering the same > issue — a blank

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

2025-08-04 Thread Shakir Idrisi
Hi, I’ve tried the suggested changes, but I’m still encountering the same issue — a blank page appears after logging in over HTTPS. As a workaround, I modified the config_local.py file and set: *WTF_CSRF_CHECK_DEFAULT = False* With this change, pgAdmin works correctly on HTTPS. However, I underst

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 < [email protected]> wrote: > Hi, today I updated t

Re: Issue with PgAdmin

2020-01-06 Thread Aditya Toshniwal
Hi Vivek, As I mentioned - you'll find the logs in the users home directory eg - "C:\Users\Aditya Toshniwal". Kindly send the logs. On Mon, Jan 6, 2020 at 4:54 PM Vivek Parmar wrote: > Hi Aditya, > > I am unable to find out the pgadmin logs file in the windows system. I've > attached the error

Re: Issue with PgAdmin

2020-01-06 Thread Aditya Toshniwal
Hi Vivek, Since it is not able to start, kindly share .pgAdmin4* logs from your user home directory. On Mon, Jan 6, 2020 at 3:55 PM Janus wrote: > Hi Vivek > > Do you get the same error message using another browser, such as Chrome? > > Best regards, > Janus > > On Mon, 6 Jan 2020 at 11:20, Viv

Re: Issue with PgAdmin

2020-01-06 Thread Janus
Hi Vivek Do you get the same error message using another browser, such as Chrome? Best regards, Janus On Mon, 6 Jan 2020 at 11:20, Vivek Parmar wrote: > Dear PgAdmin Development Team, > > I am unable to run pgadmin on my windows 10 laptop. I am getting the below > error. > > Fatal error: > The