I have a few already deployed and running functions that use a custom VPC connector (projects/dc-****/locations/us-east1/connectors/serverless-vpc-dev-use
), then I created a Cloud SQL from scratch with only the public IP.
I've been able to connect to this Cloud SQL Instance using the cloud_sql_proxy
, but I could not connect to it from my Cloud Functions using the same Cloud SQL public IP.
What am I missing?