After upgrading Keycloak to version 25.0.6, I am observing an increase in 404 errors recorded in the metrics provided by keycloak-metrics-spi. Specifically, the keycloak_response_errors_created metric shows recurring 404 errors every 30 seconds, with the following details:
keycloak_response_errors_created{code="404",method="GET",resource=""} 1.731511264757E9
It appears that these requests are being generated on a scheduled basis, but I have not been able to identify the source of these requests within the application or configuration
Could you provide guidance on troubleshooting this issue? Any pointers on locating the source of the scheduled GET requests or insights on potential misconfigurations would be very helpful.
Thank you for your support