Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine lets you run your web applications on Google's infrastructure; applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

401 questions
1
vote
1 answer

Google app engine redirect based on http header

In app engine app.yaml in the handlers section, I would like to specify a redirect based on http header. so if a request comes with this header route it elsewhere. is this possible at all ?
Kravitz
  • 167
  • 11
1
vote
1 answer

ModuleNotFoundError: No module named 'main'

I have tried to deploy flask app on Google App Engine Flexible environment. While deploying the app, I got following error. raceback (most recent call last): File "/env/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker …
Yasir Shahzad
  • 13
  • 1
  • 1
  • 3
1
vote
1 answer

Whenever create project and deploy application it goes on asia region bucket

I remove the bucket manually but whever deploy it create automatically bucket in asia region, I want to change te region location because i am getting error [8] quota. i have modify location but again its creating auto bucket in asia…
QAST CO
  • 11
  • 1
1
vote
0 answers

Google cloud platform/App Engine - Error: certificate has expired - where is this coming from?

I have a two services hosted on App Engine. They've been working fine for a couple of years. About 40 minutes ago both services suddenly started logging this error over and over: Error: certificate has expired at TLSSocket.onConnectSecure…
DaveW
  • 111
  • 1
1
vote
1 answer

Issue with image import process using VHD

I am having issue with importing vhd imagaes and getting the below error in logs - can someone pleas advise on the exact issue and steps to be taken. starting build "32b9fa2e-5b24-4f92-bc0b-a385a39de4fe" FETCHSOURCE BUILD Pulling image:…
1
vote
1 answer

gcloud apps logs tail returns Internal Error. Logs GUI returns unknown error

I'm working on a project on Google App Engine and gcloud app logs tail stopped returning logs several hours ago. Currently, when I enter the command, I get Waiting for new log entries... for about a minute before it times out and returns INTERNAL:…
symtek
  • 13
  • 2
1
vote
2 answers

Best region for AppEngine setup for Thailand

I am looking for a least latency and max throughput region for Google AppEngine for users in Thailand. According to Cloud locations closest are Jakarta and Hong Kong. Tried to make sense of an underwater cables map information for my question. Could…
1
vote
2 answers

Connecting Google Cloud Functions across Projects

I am using Google Cloud Functions and have multiple projects with cloud functions, that need to communicate with each other. My problem is that functions can only communicate with each other if they have Ingress settings set to "allow all traffic."…
1
vote
1 answer

Having problems with timezone attribute on cron.yaml file in APP Engine Cron

I have a problem with the timezone attribute. It throws an error as below. "ERROR: (gcloud.app.deploy) An error occurred while parsing file: [/xxxxxxx/cron.yaml] Unable to assign value 'America/Santiago' to attribute 'timezone': timezone…
1
vote
1 answer

IP address blocked in Google App Engine firewall rules but still seeing it in logs

I run a Google App Engine app that has a honeypot admin page to distract from the real admin login page. A while ago I started getting repeated emails saying that someone was trying to log in on the honeypot page. I blocked the IP in question, but…
alstr
  • 63
  • 6
1
vote
1 answer

Flush DNS cache in Google App Engine

We recently had a Google App Engine application fail to properly fail over during scheduled maintenance of our database server (hosted in Aiven). During scheduled maintenance, the DB server will fail over to a replacement server by updating the DNS…
ChrisJ
  • 295
  • 1
  • 10
1
vote
1 answer

Using App Engine Standard with PHP7.4

I have Problems using php 7.4 with App Engine Standard. The Documentation states there is an beta Version (php74), but it does not work. I get the following error: ERROR: (gcloud.beta.app.deploy) INVALID_ARGUMENT: Invalid runtime 'php74' specified.…
1
vote
0 answers

Datastore issue with objectify - running localy

Google app engine version 1.9.76 when running locally , it shows an error, any idea pls Error: c.l.m.c.ExceptionHandlerController : Error ==Missing or insufficient permissions. [INFO] com.google.cloud.datastore.DatastoreException: Missing or…
taxideals
  • 11
  • 2
1
vote
0 answers

Does Google App Engine Support Custom Certificate Authorities (CA)? "The certificate data is invalid."

I'm trying to upload and use a custom SSL certificate and private key which I've generated using my own personal CA I've created. I've gone through all the steps in their guide to doing…
1
vote
0 answers

Google App Engine keeps restarting Spring Boot application all the time for no apparent reason

I have a very simple Java 11 Spring Boot application running on Google's App Engine. The problem is that the instance running the app keeps restarting very very often. Sometimes as often as 70 times per day. When I observe the instance in App…