I'm having issues connecting my node-express-typeorm server with CloudSQL Postgres instance using CloudRun.
I have successfully added the database proxy based on the official doc: https://cloud.google.com/run/docs/configuring/connect-cloudsql
And set environment variable for the express services as
TYPEORM_URL=/cloudsql/[CONNECTION NAME]
But the app is failing to start as its unable to connect to the database.