I have GAE flexible this app.yaml: # [START runtime] runtime: python env: flex entrypoint: gunicorn -b :$PORT ******.wsgi automatic_scaling: min_num_instance
I've been trying to find a question like this for ages, couldn't find this so I'll ask it. I have tried pip installing and PYTHONPATH but it hasn't worked impor
I am trying to connect to my Google Cloud SQL instance with PHP (I am using PDO). When running my PHP file (from in the Google Cloud terminal), I receive the fo
I don't have any experience in deployment and trying to deploy Frontend and backend together. I am able to successfully deploy the spring boot application. I fo
This is my app.yaml `runtime: nodejs10 manual_scaling: instances: 1 resources: cpu: 4 memory_gb: 16 disk_size_gb: 10 handlers: - url: / static_fil
The Google cloud ndb documentation doesn't say much about async operations. In the old days, I would do this @ndb.toplevel @flask.route('/', methods=['GET']) de
I'm trying to deploy an application on Google App Engine but running into an error that doesn't include much information as to why the error is occurring. Here
I'm doing a webhook request from Paypal webhook simulator to an App Engine service, developped in flask. The webservice has a route to get webhooks using this s
I have a django project I want to put into maintenance mode before I update (migrate) the database. So, my github workflow deploys my project with a variable MA
I have an AppEngine app that uses Firebase auth to manage users. I recently added a custom domain to the AppEngine app, and that worked fine. Now I'm trying to
Over the past two weeks, I've discovered preview-mode no longer works on new GTM server-side deployments. (I'm no stranger to setting up and configuring google
I have two application that I want to deploy with Google Cloud App Engine. One of them is react front end, and I want to serve this through www.videoo.io Second
We have a project which is setup on GAE with java8 standard environment and the app runs on default service. Now I would like to add a new service to the app so
I'm deploying Django in Google App Engine. I get 502 Bad Gateway and in the log I get the following error: 2021-03-08 12:08:18 default[20210308t130512] Traceb
I have two Google App Engine instances, as well as the queue.yaml and cron.yaml files deployed automatically on push to master branch via Google Cloud Build tri
I want to launch my website on Google Cloud Platform. Initially it is non-commercial project so I've choosed an individual type of account. However later on I w
In appengine-web.xml we have <resource-files> tag to make resources files accessible to the application at runtime but not public, but in the new app.yaml
When I'm visiting my website (https://osm-messaging-platform.appspot.com), I get this error on the main webpage: 502 Bad Gateway. nginx/1.14.0 (Ubuntu). It'
I have a GAE project and for that to store the data i have used Cloud SQL database. I need to take on demand backup of my Cloud SQL database and the backup sho
In my work, i've to update a certain part of a project, that's its made in Next.js and deployed in Google Cloud Platform, i have done my work successfully but n