-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Version:
- listmonk: v5.0.3
- OS: Docker
Description of the bug and steps to reproduce:
In my setup, I use Listmonk with Keycloak. Both run on the same server. Normally everything works without any problems. However, there is sometimes a situation where Listmonk has finished booting/starting/loading before Keycloak after a server restart. In this case, the auth configuration does not seem to work properly. I get to Listmonk and can still press log in. However, every login attempt is redirected to the login page without an error message.
Is it possible, for example, to reload the auth configuration after a login attempt without a complete or functioning configuration?
I have already tried to introduce a delay or a health check for Keycloak before starting Listmonk, but that doesn't work either.