Error 500 after deploying Laravel application using MySQL on Google Cloud Platform

0

I have a Laravel application using MySQL 5.7: link

In my local environment it works perfectly. I followed this tutorial , but the result is a 500 error.

I also made a second attempt following YouTube's video and the same error is also occurring.

Application link with error 500: link

Where am I going wrong?

    
asked by anonymous 12.09.2018 / 20:07

1 answer

1

Error 500 is an internal server error, usually caused by permissions or internal server configuration files. How you're using the Google Cloud Platform check your authentication file settings. link

    
12.09.2018 / 23:16