You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded Keycloak from version 23 to 25 and also updated my SPI library to keycloak-metrics-spi-6.0.0.jar. After these updates, the /auth/metrics API started throwing IndexOutOfBoundsException. It seems that uriInfo.getMatchedURIs() is returning an empty list, causing uriInfo.getMatchedURIs().get(0) to throw an exception.
Description
I upgraded Keycloak from version 23 to 25 and also updated my SPI library to keycloak-metrics-spi-6.0.0.jar. After these updates, the /auth/metrics API started throwing IndexOutOfBoundsException. It seems that
uriInfo.getMatchedURIs()
is returning an empty list, causinguriInfo.getMatchedURIs().get(0)
to throw an exception.Any ideas how can I fix this?
Expected Behavior
Describe the expected behaviour.
Actual Behavior
Describe the current/actual behaviour.
Environment
Steps to reproduce
Describe all steps and pre-requirements which are required to be performed in order to reproduce this scenario. ( E.g 1. Action, 2. Action ... )
The text was updated successfully, but these errors were encountered: