I am getting this error when I deployed my code in a clustered environment. After digging some code, I came to know that the strategy name is being stored in the memory.
This is causing problems when it is being run in a clustered environment with a round robin load balancer. Is there anyway I can overcome this error?
It still exists, Is there any workaround to achieve this? I am using oAuth strategy with load balancer. On redirect callback, it gives an error Unknown Authentication Strategy.
I am getting this error when I deployed my code in a clustered environment. After digging some code, I came to know that the strategy name is being stored in the memory.
This is causing problems when it is being run in a clustered environment with a round robin load balancer. Is there anyway I can overcome this error?