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

Asked

Viewed 1,129 times

0

  • Error 500 is an internal server error, usually caused by permissions or internal server configuration files. As you are using Google Cloud Platform check the settings of the authentication files. https://stackoverflow.com/questions/50549176/google-cloud-storage-500-internal-server-error-googlecloudstoragesignedur

  • 1

    Error 500 is internal server error, to know what happened you have to see the logs. Check the file storage/logs/laravel.log and look for the last reported errors

  • Okay. I’ll check right now.

  • It’s probably a permission error in the Storage folder. Update the folder permissions and run: php Artisan cache:clear

  • I am assigning chmod 755 as per the GCP tutorial. I must change to 777?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.