I have deployed a dockerized node app to google cloud run and connected to it cloud sql and I can see it in cloud sql connections tab
I added an env DATABASE_URL in this format
DATABASE_URL= "postgresql://{{username}}:{{password}}@{{connection name given by cloud sql}}:5432/{{database name}}}}"``
however its telling me cannot reach