I've been struggling with the Google App Engine Standard environment for a day now.
The error is as follows:
PHP Notice: Exception: The /srv/bootstrap/cache directory must be
present and writable. in
…
I'm trying to run a symfony4 application in the Google Cloud App Engine following this instructions.
My app has a dependency which itself depends on php-gd. This extension seems to be unavailable since composer fails with the requested PHP extension…
I'm using wordpress in Google App Engine. When I make a POST API, getting an Error : "upstream sent too big header while reading response header from upstream". which returns 502, Bad Gateway, nginx
The data(JSON) i'm sending in POST API is around…
Currently I'm using Symfony 4 on the Google App Engine Flex environment.
I'm trying to add extra 'labels' to my log entries to help with debugging, I've been using a Stackdriver handler to log events, and I tried adding the new labels to the…
In PHP, it is really easy to create an upload url with an endpoint that get's hit after the file is uploaded. Documentation Here
$options = ['gs_bucket_name' => $my_bucket];
$upload_url = CloudStorageTools::createUploadUrl('/upload/handler',…
I have an app engine instance project under let's say: cloud.domain.com
My goal is to be able to give a user of my a unique url that they can then map to their own domain using a CNAME record. Basically how you would connect to a domain to a…
I have a webserver running in App Engine and the client is a mobile app. I am seeing that a lot of requests on the mobile are starting to fail once we scaled up to a lot of users. I am not seeing any failures in our logs however. I noticed in our…
I'm following the GAE PHP tutorial but I can't get the local dev server to respond properly.
I run it with
dev_appserver.py --php_executable_path=/usr/bin/php --host=192.168.33.44 ./
and it starts up fine. When I view http://192.168.33.44:8080/…
I am running a Laravel app with Google App Engine Standard PHP 7.2, with Elfinder package.
Today, I receive 502 error while trying to access Elfinder. Upon analyzing the log, I found this particular error:
96 upstream sent too big header while…
I’m attempting to get Laravel running on Google App Engine Standard. I already had it working on flexible, but requirements changed and we need standard now. I’m using the PHP 7.2 environment with Laravel 5.7. The deploy works but when trying to…
Currently I develop REST API using laravel framework and I deploy it to both Google Cloud App Engine Standard and Flexible version.
When I deploy it to flexible version, it works fine. However, since my app still prototype, I want to change it to…
I'm using Google App Engine Flexible and some kind of rolling restart happened last night and my instance failed right after.
Looking at logs, I see this on new instance creation:
ZONE_RESOURCE_POOL_EXHAUSTED
This appears to be related to this:…
I'm running a Symfony 4 app on Google App Engine with a flexible environment config.
public/index.php is the index path from the project root.
I have defined a document_root: public, but it is not recognized.
For…
Using the Google Cloud SDK, as opposed to the App Launcher that is being phased out, I'm trying to setup the development Php environment on a Linux host. I've got the recommended Php version installed and here are the results of attempting to start…