Home > database >  Problems connecting Cloud Run Application to Cloud SQL using Spring boot
Problems connecting Cloud Run Application to Cloud SQL using Spring boot

Time:04-06

I am trying to connect a Spring application (using Kotlin and Gradle) to a Google Cloud SQL instance and database. I am getting the error message

java.lang.RuntimeException: [<project-name>:europe-west1:<db-instance>] The Cloud SQL Instance does not exist or your account is not authorized to access it. Please verify the instance connection name and check the IAM permissions for project "<project-name>"

I have followed the enter image description here

  • Related