I have some apps deployed on GCP cloud run. In the past the apps ran well but since updating to streamlit version 14 they all break before anything is loaded on the page. The issue is that the client makes a request to /healthz
which is a reserved route for GCP.
Can I reconfigure the health check route?