ASP.NET Identity Issue on Docker swarm cluster

43 Views Asked by At

I am trying to deploy my web app on a docker swarm cluster and as long as the # of replicas of the app are set to 1 everything works good.

I am using nginx proxy manager to access the swarm cluster and as soon as I increase the number of replicas of my app I seems like I loose my session and I have to re-authenticate, plus sometimes I get an error saying "too many redirects"

Partially solved using RedisCache with Data protection but not sure if this is best practice

0

There are 0 best solutions below