AWX returning 401 on login intermittently

Hi there,

We are having some users experiencing this issue. Some times, when the user try to login, AWX returns a 401, as you can see below.

This is the information about our AWX.

AWX Version: 3.0.1
OS: CentOS 7
Authentication: Active Directory
Deployed with docker-compose
We connect to AWX through a load balancer.

Is this a known bug or there is any way to solve it?

Thanks in advance.

Cheers,
nrk

Can you give us any more detail? Please open chrome debug tools and click on the network tab and note the series of API requests when this happens.

(attachments)

Your load balancer is probably not setting X-Forwarded-* values appropriately.

(attachments)