I\'m trying to deploy my Node.js app on Google App Engine and it deployed fine, but it can\'t connect to Google Cloud SQL for some reason. Here\'s what it throws:
Apparently the order you do things matters...
When I did deploy -> create databases -> enable sql ipi I got the ENOENT error
deploy -> create databases -> enable sql ipi