Self hosted install keeps redirecting to login page

Hello,

I installed retool on my desktop using docker compose. It came up fine and directed me to the login page. But after creating an Id, it keeps prompting me back to the login page when I try to login.

Could anyone give pointers on how to make it work.

Hey @suppandi - Have you tried uncommenting COOKIE_INSECURE=true in docker.env, and restarting the containers? That allows sending cookies over HTTP if we haven't set up a load balancer for HTTPS yet.

1 Like

That worked for me!