Open kleinmantara opened 3 weeks ago
I am using v2.11.1 and am having cookie issues. I run a nodejs (nextjs) development server behind NginxProxyManager. The web app I am developing uses jwt and then refresh cookies. The initial JWT cookie works fine but when the app updates cookies with a refresh token I get 502
Do you think an upgrade to v2.12.1 will cure this issue. Are there any other settings I need to look at ?
Thank you
I use the latest version v2.12.1 of proxy manager - with the option proxy_cookie_domain
proxy_cookie_domain unifi.intern.mydoamin.de 192.168.10.251;
Just a note: it looks like it works with the proxy manager so that cookies are supported.