Google Groups discussion forum is meant for open-ended discussions. This sounds like a technical support question which are best suited for Stackoverflow <https://cloud.google.com/support/docs/stackexchange>. Make sure to use valid tags.
That said, this post <https://stackoverflow.com/questions/43718391/laravel-throws-the-bootstrap-cache-directory-must-be-present-and-writable-erro> may help in resolving the issue. On Friday, September 22, 2017 at 10:01:31 AM UTC-4, Rick de Jong wrote: > > I proceed to run my Laravel 5.4-application on Google App Engine (GAE), > with the following *env_variables* in my *app.yaml*: > > APP_LOG_LEVEL: debug > APP_LOG: syslog > STORAGE_DIR: /tmp > FILESYSTEM: gae > CACHE_SERVICES_FILE: true > CACHE_CONFIG_FILE: true > CACHE_ROUTES_FILE: true > CACHE_COMPILED_VIEWS: true > BROADCAST_DRIVER: log > CACHE_DRIVER: memcached > SESSION_DRIVER: memcached > QUEUE_DRIVER: gae > > I still get the error: > > The bootstrap/cache directory must be present and writable. > > What do I need to change to get my application working? > > Thanks, > > Rick > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5106a93c-a8cc-4acb-b9f3-d97887c97b43%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
