admin管理员组

文章数量:1335814

I have set up an AWS Fargate cluster with ten WordPress containers behind an AWS Application Load Balancer (ALB).

I tested that my settings work when I have one container. Why can I not log in when I have ten containers?

I have set up an AWS Fargate cluster with ten WordPress containers behind an AWS Application Load Balancer (ALB).

I tested that my settings work when I have one container. Why can I not log in when I have ten containers?

Share Improve this question asked May 27, 2020 at 5:40 James MishraJames Mishra 1011 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

The issue turned out that the login flow is interrupted because the second HTTP request usually goes to a different container than the container that delivered the wp-login.php login form.

The solution is to turn on Sticky Sessions for the AWS Application Load Balancer (ALB) Target Group that serves the Fargate containers.

本文标签: loginWhy do I have a reauth1 redirection loop when I try to log in to WordPress hosted on AWS Fargate