skip to Main Content

Redis – Deploy Laravel on Google App Engine – Flexible

After deploying Laravel 6 to Google App Engine, got this error when run the url https://PROJECT_ID.appspot.com/. The stream or file "/app/storage/logs/laravel-2019-12-31.log" could not be opened: failed to open stream: Permission denied I have followed the instrucation given on https://cloud.google.com/community/tutorials/run-laravel-on-appengine-flexible2 Here…

VIEW QUESTION

Memcached – MemcacheServiceFactory class not found error after deploying to Google app engine (Java)

Everything works fine on local system but after deploying to Google App Engine, it throws the following error about Memcache. Is this because of any recent changes to GAE sdk? com.google.apphosting.runtime.jetty9.JettyLogger warn: Error for /api/utilities (JettyLogger.java:29) java.lang.NoClassDefFoundError: com/google/appengine/api/memcache/MemcacheServiceFactory at DataRetriever.getUtilitiesListJson(DataRetriever.java:29)

VIEW QUESTION
Back To Top
Search