Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cloud run details page wont load / very slow to load instance details

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

davidjb99_1-1661422055364.png

davidjb99_0-1661422352334.png

 

 

 

0 2 533
2 REPLIES 2

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.