<Cloud run logs in GCP shows that web app is runni...
# community-feeds
r
Cloud run logs in GCP shows that web app is running successfully but the generated domain name is never reachable I have followed documentation instructions and have been able to deploy a django app connected to a postgresql database. The issue is that the deployment does result a success, and looking at the instance logs here is what is shown:

https://i.stack.imgur.com/6M8YN.png

I also tried with gunicorn and it seems to have the same result. And configured the networks to allow all and allow unauthenticated invocations. What can be the issue here?