When an error occurs in setup_phase (Keycloak is down for exemple), the server is crashing because of the exception at thise line:(Faraday::ConnectionFailed)
response = Faraday.get config_url
This function set_up phase is called from omniauth gem, not from the server directly
How can we catch it from the server to prevent the crash and to handle the error , please ?
Hi,
When an error occurs in setup_phase (Keycloak is down for exemple), the server is crashing because of the exception at thise line:(Faraday::ConnectionFailed)
response = Faraday.get config_url
This function set_up phase is called from omniauth gem, not from the server directly
How can we catch it from the server to prevent the crash and to handle the error , please ?
Thanks for any suggesion.