Page 1 of 1

Google Cloud SQL Successfully Conntected but GET Queries Return 500 Errors

Posted: Tue Jul 07, 2015 10:15 pm
by jason7623981

Thanks to the execellent help of Appery's staff, I was able to successfully connect Appery API Express to my Google Cloud SQL (MySQL) database:

Image]http://i.imgur.com/9egsWa9.png[/img]

In addition to the successful test connection, I'm able to see the table names contained within my database.

However, whenever I try to create the REST API service and test it with a simple GET query, I keep getting 500 errors:

Image

I wonder what I'm doing wrong?

Update: if I do a non-parameterized GET that just selects all from a table then it works.