app-engine-flexible Questions

3

Solved

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, ngin...

3

Solved

HTTP requests for a /healthz route on an app deployed on Google App Engine don't seem to reach the /healthz endpoint within the app. Instead, a 404 page is served, apparently from the GCP infrastr...

7

Solved

I followed the Nodejs on App Engine Flexible env tutorial: https://cloud.google.com/appengine/docs/flexible/nodejs/create-app Having successfully deployed and tested the tutorial, I changed the cod...
Fellini asked 5/11, 2017 at 19:25

7

I want to deploy containerized code using one of Google's serverless options. From what I understand Google has two options for this: Google App Engine Flexible Environment Google Cloud Run (in b...
Martial asked 15/4, 2019 at 19:48

3

I am trying to set up a CRON job in a Google Cloud Platform. The job is showing up in the GCP console, although it is failing. There are no logs that reveal why it is failing. The schedule seems to...
Consumedly asked 5/4, 2018 at 19:25

4

Solved

I am trying to deploy appengine flex python app but getting the following in Stackdriver log stderr after deployment File "/env/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 578, ...

0

Im running an app on Google App Engine, its a simple node js application, the start command i run it with is pm2 start build/index.js but i keep getting this error Start program failed: failed to d...
Litterbug asked 18/10, 2020 at 20:49

3

Solved

I'm using flexible environment on Google App Engine to run web app written in Scala and Play Framework. I've added custom domain to my application and now my app is available both through http and ...

3

I have been using Google App Engine Standard Environment(Python 2.7) since some days now. It provides a good local development server, providing Task queues, datastore and other services locally. ...

3

Solved

I'm trying several times to deploy a new version of a service on my app engine flexible instance using the sdk and the command gcloud app deploy, but all i get is this error "ERROR: (gcloud.a...

3

Solved

I am trying to understand the dispatch.yaml file for Google App Engine. We have a vanilla web app with a frontend and a backend. We also have a development and a production environment. Both envi...
Wickerwork asked 2/9, 2017 at 16:46

3

Solved

For App Engine Standard the explicitly state that they do not support Pipfiles and immediately block you from pushing your project if it contains a Pipfile. In searching the documentation, I don't ...

6

Solved

We're running an instance of Metabase on a App Engine Flexible Custom Runtime with a Dockerfile based on openjdk:8. Currently it allows access on http://[metabase-project].appspot.com/ and https://...
Coral asked 30/1, 2017 at 20:24

2

Solved

I am trying to query the Datastore, and my query looks like this: SELECT * FROM mydb WHERE Latitude = "18.1" AND Number > "1" It doesn't work though. I get this error in the Datastore query b...

3

Solved

I'm trying to deploy production build of React app (created using create-react-app) to gcloud app engine flexible enviroment. After running npm run build, the build folder has been created: Thi...

3

Solved

I am trying to deploy a go 1.11 runtime that used to work, but recently I've been getting: ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: unable to resolve source errors. Nothing in my app.yaml has...

1

I'm wondering if I can configure a GAE Flexible "service" to use a specific service account ID instead of the default service account ID, which all services run as. Why? I want to isolate each ser...
Gombroon asked 21/11, 2016 at 22:31

2

Solved

About once a week our flexible app engine node app goes offline and the following line appears in the logs: Restarting batch of VMs for version 20181008t134234 as part of rolling restart. We have o...

3

I'm very new to Google Cloud and running applications in general. I currently have a Django app running in a Docker container on Google Flexible App Engine that connects to a Google Cloud SQL (Post...

6

Solved

Trying out new flexible app engine runtime. In this case a custom Ruby on Rails runtime based on the google provided ruby runtime. When firing of gcloud preview app deploy the whole process takes ...

1

I have a few services deployed in one App Engine flexible environment project. The service instances are running in the same VPC network (not default) which is specified in their app.yaml files and...
All asked 17/11, 2017 at 10:22

1

Solved

To access GMail API (and personify calls) I'm using a service account (created from Google Cloud Platform). The json file I have looks like this { "type": "service_account", "project_id": "[PROJEC...

2

Solved

All of a sudden having issues with deploying to GCP using gcloud app deploy. Created a brand new project and tried to upload a sample hello-world app from GCP, but still get the following error: ...

1

I've set a daily spending limit for my Firebase project. Inside the same project, I added a NodeJS App Engine app. So I've received this warning: In that case, all spending limits are ignored?...
Pelvis asked 29/10, 2018 at 14:47

2

Solved

I'm looking at various pages about dispatch.yaml, most of which contain similar information and examples: https://cloud.google.com/appengine/docs/flexible/nodejs/how-requests-are-routed#routing_wi...
Freesia asked 28/10, 2016 at 20:2

© 2022 - 2024 — McMap. All rights reserved.