Hello, I have a recurring problem where I have to ...
# troubleshoot
m
Hello, I have a recurring problem where I have to reload the frontend in my browser repeatedly to avoid login error. Any ideas where to start troubleshooting? I'm using LdapLoginModule to connect to ldap.jumpcloud.com. How do I know if is it cookie problem or ldap problem?
Copy code
02:05:17 [application-akka.actor.default-dispatcher-16] ERROR controllers.AuthenticationController - Authentication error
javax.naming.AuthenticationException: javax.security.auth.login.FailedLoginException: Cannot connect to LDAP server
s
Are you using multiple frontend pods? There a known issue currently where multiple frontend pods can cause login issues.
m
Thank you for the reply @square-activity-64562, may I have the link to the github issue please? I only have one pod per deployment, but I have three separate deployments which I usually open at the same time.
Is it possible to configure all session to persist permanently? So users won't need to login until datahub is upgraded or something.
s
I am not sure if there is github issue. Let me ask someone
@big-carpet-38439 any ideas?