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