Chris Smith

Results 6 comments of Chris Smith

I changed line 223 to the same domain and am still seeing the issue. I am doing this locally with my hosts file remapping 127.0.0.1 to the domain

ok - that's helpful. I see the VouchSession cookie in the /login request. But the domain is set to localhost. I'm not sure why its localhost, the only times I'm...

Thanks for following up - sorry for the delay. I think I'm nearly there, but am now getting this error: ``` {"level":"debug","ts":1709750896.2578976,"msg":"/auth/{state}/"} {"level":"warn","ts":1709750916.2905672,"msg":"/auth Error while retrieving user info after successful...

I am able to curl the user_info_url from the host I'm on. I notice that I am going through a proxy server though, not sure if that would affect anything

I am using the docker image and have configured it to run with this service file: ``` [Unit] Description=Vouch-Proxy container After=docker.service Wants=network-online.target docker.socket Requires=docker.socket [Service] TimeoutStartSec=0 Type=forking Restart=always RestartSec=10s ExecStartPre=-/usr/bin/docker...

solved it in my env by not using the vouch docker image. thanks for the help and support.