Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
205 views

Issue connecting to Cloud SQL via Google Cloud Run when running locally via Cloud Code

I am attempting to run a Cloud Run container locally in VSCode via Cloud Code, but the trying to build it fails every time due to the following errors: Waiting for deployments to stabilize... - ...: ...
David's user avatar
  • 29
0 votes
1 answer
165 views

Failed to deploy the app. Error: Violation in UpdateServiceRequest.service.template.containers[0].volume_mounts[0].mount_path: must be a valid path

I'm using Visual Studio Code with Google Cloud Code extension. When I try to use Deploy to Cloud Run with Cloud SQL connections field, I get this error: Failed to deploy the app. Error: Violation in ...
Marcel's user avatar
  • 3,215
1 vote
1 answer
1k views

Unable to connect to Cloud SQL (through Auth Proxy) from Cloud Run

I am trying to access my Cloud SQL database (PostgreSQL) through a Cloud Run application (Node.js) that I am developing locally (using Cloud Code as part of the VS Code extension). I am able to access ...
David's user avatar
  • 29