Category "google-app-engine"

Google Cloud App Engine (GAE) Flexible: Load Balancer error: backend_connection_closed_before_data_sent_to_client

I have GAE flexible this app.yaml: # [START runtime] runtime: python env: flex entrypoint: gunicorn -b :$PORT ******.wsgi automatic_scaling: min_num_instance

has webapp2 been deprecated in app engine?

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

'No such file or directory' when connecting to MySQL Server in Google App Engine in PHP

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

How to deploy Spring boot and React application together on GCP App Engine?

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

How to deploy TypeScript express server to Google App Engine?

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

ndb.put_multi_async with cloud ndb

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

Google App Engine - Error response 13 issue

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

App Engine and flask fails to get post message from webhook

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

How can I pass a variable from github actions workflow to a GAE app.yaml file?

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

Custom domain with AppEngine and Firebase auth email templates

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

Google Tag Manager Server-Side preview not working

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

Deploying FrontEnd and BackEnd as two separate applications with Google Cloud App Engine

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

run specific queue on new service in GAE java8 standard environment

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

Django Google App Engine: 502 Bad Gateway, already installed package not recognized

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

Google Cloud Build via cloudbuild.yaml times out randomly

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

Google Cloud: How to switch from individual to company account type after a while?

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

How to make resource files privatly and locally accessible to the application with app.yaml in GAE?

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

Error: Bad Gateway 502 when opening Google App Engine Python Domain

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'

How to export backup of Cloud SQL database in Google Storage?

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

How to deploy just the code in Google Cloud Platform

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