URGENT: All external connections (Looker, AppSheet) failing to new, clean Cloud SQL instance - Platform Issue Suspected

Hello Community,

I am facing a persistent and critical authentication error and have exhausted all possible troubleshooting steps. No Google service (Looker Studio, AppSheet) can connect to my Cloud SQL for PostgreSQL instance, even a brand new one. **Latest Test Performed (Total Reset):** 1. I deleted all previous instances. 2. I created a **brand new, clean PostgreSQL 14 instance** from scratch (`db-juridico-financeiro-prod`) in `southamerica-east1`. 3. Inside this new instance, I created a new database (`postgres`), all necessary tables, and a **brand new database user (`app_user`)** with a new, known-strong password. 4. I granted this new user all necessary privileges (`CONNECT`, `USAGE`, `DML`) on the database and tables via Cloud SQL Studio. 5. I confirmed that the **Cloud SQL Admin API is ENABLED**. 6. I confirmed that the **firewall (“Authorized Networks”) is open for testing (`0.0.0.0/0`)**. **Result:** I then tried to connect Looker Studio to this **brand new instance** using the **brand new user** and the correct JDBC URL (`jdbc:postgresql://google/postgres?..`). The connection **failed again** with a generic error code `3cd70dcd`. **Conclusion:** This definitively proves the issue is not related to a specific database user, a corrupted instance, a database version mismatch, a firewall misconfiguration, or a client-side credential error. The problem seems to be a platform-level issue within my Google Cloud project (PII Removed by Staff) that is blocking all external, password-based authentication attempts to Cloud SQL. This issue has persisted even after changing database providers (from Neon to Cloud SQL) and after creating a completely new and clean environment within GCP. Could an engineer please investigate the backend logs for this project to determine why all authentication attempts are being rejected by the platform?

Thank you.

Hi Rehael_Henriques,

Based on the latest Google Cloud Service Health Dashboard for Cloud SQL, there have been no incident reports listed in the past two weeks.

Since you’ve already performed most of the troubleshooting steps, you can also check for higher-order security or policy layers that may be blocking authentication or connections. If you are using VPC Service Controls on a Cloud SQL project or if there are Organization Policies in place, verify whether any security perimeters or policies are restricting your access.

Additionally, review Cloud Logging for detailed log analysis to further diagnose the issue by examining logs related to your issue.

If the issue persists, I’d recommend reaching out to Google Cloud Support or filing an issue report to bring it to Google’s attention but there is no timeline on when it can be done. When reaching out, include detailed information and relevant screenshots of the errors you’ve encountered. This will assist them in diagnosing and resolving your issue more efficiently.