I'm unable to load the instance details page on cloud run, or loading takes a very very long time.
It just shows a spinner. I get the following error in the chrome console.
https://console.cloud.google.com/run/detail/europe-west1/api-eu/metrics?project=my_project
Does your app work locally?
Is the URL correct? Verify from the Cloud Console or by running
gcloud run services describe myservice2 | grep URL
If 404 is seen in Cloud Logging on only cold starts, then your app may not be ready for requests when the container begins listening on the configured port.
You may have to incur a longer cold start in order to make sure your app is ready for requests before your app tells the container to listen on the configured port.
I think it's a temporary problem. If not, it's your network problem. Isn't it an ISP or wifi problem? Sometimes it could be a problem with your chrome extension.