Closed
Description
Hi,
I have forked the appengine/cloudsql
project and deployed to google cloud however I am getting follow error Connection lost: The server closed the connection. each time I deploy the app. I am able to run application on my local machine using cloud_sql_proxy
without any problem so it seems the issue is somewhere between app engine
and cloud sql
as Mysql connection is always dropping..
In app.yaml
I am using follow MYSQL_SOCKET_PATH: /cloudsql/[YOUR_PROJECT_ID]:[YOUR_REGION]:[YOUR_INSTANCE_NAME]
Are there any changes in configuration or doc that I am missing?
P.S.: I am using second generation of Cloud SQL.
Thanks,
Martin