[Vuejs]-(Axios) HTTP POST request failed after two minutes, Laravel 5 + VueJS

0đź‘Ť

This issue might be caused due to MySQL instance is reaching the time out limit for your query.

In Cloud SQL you can try to modify the flag “wait_timeout” and set a bigger value, for example 50000.

Check this link as a reference to set a flag in Cloud SQL instance.

Leave a comment