Questions tagged [google-app-engine]

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

Filter by
Sorted by
Tagged with
1 vote
0 answers
43 views

Can the same Serverless VPC Connector be used for two different App Engine standard instances?

I'm working with a cost-conscious client, trying to avoid having to spin up more Serverless VPC Connector-machines just to handle the dev environment. We are using static IPs for outbound traffic, ...
Mattis's user avatar
  • 111
0 votes
0 answers
45 views

Why does Google App Engine 2nd generation is slower than the 1st generation?

We had an App Engine's standard environment application running in Python 2.7, and we upgraded it to Python 3.11. Services/frameworks used by old app: Shared Memcache Task Queue Google's Discovery ...
Rafael Peralta's user avatar
0 votes
0 answers
82 views

`gcloud app deploy` Error: "(gcloud.app.deploy) The project [aireview-390315] already contains an App Engine application

I have a python 3.9 Projekt that I want to deploy on a app engine. But when I create a new app engine with gcloud app create I get following error: ERROR: (gcloud.app.create) The project [aireview-...
andarek42's user avatar
0 votes
1 answer
379 views

Google Firebase Cloud Functions: Error: Your project is being set up. Please wait a minute before deploying again

I have a Google Cloud / Firebase project, let's call it A, to which I can normally deploy Cloud Functions via the firebase deploy command. Recently I've had to set up a parallel project that is ...
Dario's user avatar
  • 3
0 votes
0 answers
7 views

Frontend instance time in App Engine

I've deployed my API in App Engine with this configuration: instance_class: F4 automatic_scaling: max_instances: 1 Why in total hours of instance I have like 90h if there is only one instance running?
John Doe's user avatar
0 votes
0 answers
17 views

App Engine - fail to navigate to other pages

app.yaml runtime: php81 entrypoint: serve role.php env: standard handlers: - url: /logo.png static_files: logo.png upload: logo.png role.php <!DOCTYPE html> <html> <head> <title&...
user19343105's user avatar
0 votes
1 answer
76 views

App Engine dispatch.yaml to external server

I have a VueJS site on app engine, I would like to use wordpress for a blog placing it on the same domain at the same level at the /blog/ directory. I can probably do this with dispatch.yaml and ...
Kravitz's user avatar
  • 167
0 votes
2 answers
174 views

Is there way to specify more resources for Google App Engine during build stage?

Let me start with context. I have react app that takes around 8192MB to during build. Deployment to GAE has been failing as fax memory we can have is 3072 MB (using instance_class: F4_1G). I was ...
Krishna Sunuwar's user avatar
0 votes
0 answers
213 views

App Engine > Subdomain > Add A, AAAA and CNAME record

I'm trying to add a subdomain subdomain.domain.com to App Engine. It asks to add the following DNS records But it's impossible to add a A record and a CNAME record with the same name subdomain.domain....
Robert Sinclair's user avatar
0 votes
0 answers
27 views

Tenant with name projects/**/tenants/** not found using Google Cloud talent solution API

Description: Code: String projectId = "*****"; String tenantId = "***-ay7tp"; try (JobServiceClient jobServiceClient = JobServiceClient.create()) { // Construct ...
khushbu shah's user avatar
0 votes
0 answers
497 views

how to resolve error like io.grpc.StatusRuntimeException: PERMISSION_DENIED when Implementing google Cloud talent solution api?

Description : Language: Java 8, Framework: Spring Boot Build type: maven Tool: Sring Tool Suite Here I implemented this Google Cloud talent solution API for job search below code : Code : ...
khushbu shah's user avatar
0 votes
1 answer
57 views

GCP Cloud Build installation of composer fails because checksums don't match

The build of my Laravel 9 app is broken. During the deploy the build stage always fails because the installation of composer fails due to unmathing checksums. Build logs: === PHP - Composer - Install (...
Antonin Welvart's user avatar
0 votes
0 answers
188 views

com.google.api.client.googleapis.json.GoogleJsonResponseException: 401 Unauthorized when I try to create a google people contact

Good day. I'm developing a java servlet that allow to add or update a contact on Google Contact. I've created a Google application having Google People service active. Before to use the Google People ...
stefano errani's user avatar
0 votes
1 answer
377 views

How do I delete a project in Google Cloud?

I got an email notifying me that Google will activate the service appenginereporting.googleapis.com on my Google Cloud project, called My Project. Which is a surprise to me because I have never ...
CAB's user avatar
  • 113
0 votes
0 answers
13 views

Guard Authenticator hits

we have our codebase installed and rolling our from Google App Engine, using Compute Engine as well. When looking back at the logs for a particular VM, I'm see a LOT of "Checking support on guard ...
Adam's user avatar
  • 1
0 votes
0 answers
32 views

Google Cloud App Engine for Django

I'm wondering which should i choose and how to configure this........ I will be running a django web app of "Hello World" no db no any other requirements than the "django" and &...
devfemibadmus's user avatar
0 votes
0 answers
113 views

App engine console unable to map to custom domain

I have tried to map the custom domain to my App Engine app snd it has been in failed status for weeks. Message shows Google will auto retry to generate SSL but seems it is not succeeding. The exact ...
Vivek Kumar's user avatar
0 votes
0 answers
149 views

Understanding GCP AppEngine dispatch.yaml 20 rule limit

Background I am working on a GCP project where apps are deployed in AppEngine Standard Environment for Java8 and routing is done by dispatch.yaml. Also, we are using custom domain. We have around 30 ...
raidensan's user avatar
  • 131
0 votes
1 answer
181 views

DNS records could not be found. Certificate activation will retry automatically

Our website is down and it is showing certificate is expired. When I check the custom domain settings section in GCP, I am getting the following warning. We have removed the records and re-added them, ...
Sulagna Nandi's user avatar
0 votes
0 answers
9 views

I have multiple services on my Google Console. how can i check the same which logs are enabled for individual service level

I would like to know which all Logs are enabled under my project Environments from Google Console at Service Level, I have multiple services on my Google Console. how can i check the same which logs ...
Chethan R's user avatar
0 votes
0 answers
45 views

Google is presenting different certificates for the same Gmail API call

We are using Google's Gmail API (https://gmail.googleapis.com/gmail/v1/users/{userId}/history) in our application and the API is returning Certificate with different CNs: sometimes the CN is “google....
Nikhil's user avatar
  • 1
1 vote
1 answer
474 views

Google AppEngine - 502 Bad Gateway

I'm running a Python Flask endpoint locally and it all works fine, but when I deploy it in GCP AppEngine, I get a 502 Bad Gateway. It seems to fail at about 200 reads of 2290 bytes each. I've ...
Irfaan Sulaiman's user avatar
0 votes
1 answer
45 views

GCP - what are mysql-access instances?

I have my application deployed to AppEngine Standard and connects to Cloud SQL via public IP. I was looking at VM instances dashboard and found a set of instances with the following naming pattern and ...
Chaitanya's user avatar
  • 101
1 vote
1 answer
1k views

Cloud SQL MySQL 8.0.26 Intermittent "Got timeout reading communication packets" error in App engine flex + Node.js app

We're running node.js servers on App engine flexible that are connecting to mysql using a shared private network. (app engine instances are deployed into the same vpc subnetwork that mysql lives in). ...
Tudor Sandu's user avatar
0 votes
0 answers
333 views

gcloud auth login fails with an unknown error

I deleted some folder on my pc by mistake. Now I have to reauthenticate to gcloud but when I run gcloud auth login, it fails with an unknown error. I am stuck and I don't know what to try
solsTiCe's user avatar
  • 113
0 votes
1 answer
232 views

"gcloud app deploy" hangs on "Building and pushing image for service"

I suddenly can't deploy using gcloud app deploy. It hangs on "Building and pushing image for service [default]". At that time, the Python process takes 99% CPU, and continues until the ...
bevanb's user avatar
  • 139
0 votes
0 answers
2k views

App Engine Flex Deployment Fails With Error Response: [9] An internal error occurred while processing task /app-engine-flex/flex_await_healthy/flex_

My App Engine Flex deployment fails with this error code. Updating service [default] (this may take several minutes)...failed. ERROR: (gcloud.beta.app.deploy) Error Response: [9] An internal error ...
noobforlife's user avatar
0 votes
1 answer
22 views

Hosting Google VM on web

sorry for the rookie question, I'm just starting with Google Cloud and web developement. I have a Flask application, works perfectly locally, and also when deployed to a VM in GC. However I can only ...
Jázon Pánczél's user avatar
1 vote
0 answers
700 views

Place different applications in Google Cloud under the same domain assigning subdomains for each one

I'm asking an opinion or some guide for this problem. I have a couple of applications in Google Cloud Platform that I need to place under the same domain (let's call it mydomain.com), using a ...
Renan Baggio's user avatar
3 votes
2 answers
5k views

ERROR: gcloud crashed (ConnectionError): HTTPSConnectionPool(host='oauth2.googleapis.com', port=443):

I have been using gcloud cli for last 3months on my system, but now I start facing this error while authenticating with gcloud auth login or gcloud init --console-only. After debugging it, I see some ...
shaishaw's user avatar
1 vote
1 answer
2k views

Google Cloud Load Balancer with wildcard

For example, there are the following applications deployed as App Engine and Cloud Run services. A) app-1-api as Cloud Run service B) app-2-api as App Engine service C) app-1-frontend a NextJS app as ...
jz22's user avatar
  • 121
0 votes
3 answers
3k views

How to update Windows server 2019 desktop 1809 to 2004 on Google cloud compute engine?

I have created one virtual machine using Google cloud compute engine. I have researched on how to install windows 10 and I got to know that it is way more difficult to install. Google cloud only gives ...
John Cena's user avatar
2 votes
1 answer
283 views

Google App Engine periodic failures

We have recently noticed that our Google App Engine project was experiencing failures periodically every 25 hours and 10 minutes (1510 mins) for three consecutive days for no apparent reason. During ...
robert's user avatar
  • 21
0 votes
1 answer
631 views

Google Cloud App Engine subdomain not working

Long story short- My subdomain is not working while domain is. Chrome just displays error- DNS_PROBE_FINISHED_NXDOMAIN. Here are images of config. Google cloud config Domain dns config Deploy.yaml ...
user2965243's user avatar
0 votes
1 answer
207 views

Custom domain not working after transferring the domain name to different provider

A while ago I setup a custom domain for my app engine and all worked fine. I had to add a TXT record so google could verify I was the owner. I now transferred my domain name to a different provider ...
Quentin Mussche's user avatar
0 votes
0 answers
1k views

Google App Engine Start program Failed

I have a very basic NodeJS application hosted on Google App Engine that executes an async function on 15 second intervals. The deployment is successful and the app starts and runs fine, but stops ...
Tyler Pashigian's user avatar
1 vote
1 answer
387 views

Mount docker volume on app engine docker image

I have a docker image that I deployed to app engine. I want to mount a volume to replace a file originally written when the image was built. I need the file to be mounted when the docker image is ...
Samuel Navarro's user avatar
0 votes
1 answer
222 views

Poor disk throughput on Google App Engine

Is there any way to manually provision IOPS for the disk used by the instances on Google App Engine? The default throughput I get with a 256GB disk is terrible (60MiB/s burst, after which is settles ...
Kedar's user avatar
  • 103
0 votes
0 answers
25 views

My Apps website gore not match the domain I thought I was getting

Thank you for any help that you can get me. So on 8/19 I was able to get my website posted to the cloud and while it took some time, I was eventually able to get it hosted. The issue that I am having ...
wpesch's user avatar
  • 1
0 votes
1 answer
100 views

python gspread not working on GAE

I had a program that ran for years on Google App Engine. It was written in python and uses gspread. It suddenly stopped working on GAE and returns a 404. I tested it locally and it works fine.
CrabbyPete's user avatar
0 votes
1 answer
144 views

Server set up using app.yaml, cron.yaml, etc. But directories aren't recognized

As the title says, the server has been configured to recognize sub directories but for whatever reason they are not being recognized when I load a web page. Is there any way to debug what is going on? ...
wookieluvr49's user avatar
0 votes
1 answer
5k views

How to deploy docker container and do port mapping/forward using kubernetes YAML manifest

Please help me to convert the below docker Command to Kubernetes YAML file along with port mapping/forwarding to the docker container # docker run -p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -...
anupjohari9211's user avatar
0 votes
1 answer
280 views

Increased cost for unknown reason

I am running an app/website with at max 200 visitors per day. It was running for a monthly cost around 5€. It is a python 3 flask app in standard env. But since the 17th of june, I began to get billed ...
solsTiCe's user avatar
  • 113
0 votes
1 answer
256 views

Google Jobs: Quota exceeded for the number of App Engine Cron jobs

Yesterday at 8:00 am, I had a quota of 250 app-engine jobs. At 9:00 am, I deployed a yaml file with 280 jobs, I got this error: "error": { "code": 429, "message": "...
Yoan's user avatar
  • 1
1 vote
0 answers
451 views

Best way to connect to L2TP VPN from container running in GCP

I've built an ubuntu container locally that uses OpenConnect to establish a connection to a customer's AnyConnect VPN server. They also have an L2TP connection available as well. After OpenConnect ...
FaultyJuggler's user avatar
3 votes
2 answers
3k views

Minimum TLS version for google cloud standard app engine projects

We have multiple standard app engine projects that needs restriction on the tls version (>= 1.2), is there a setting to change that through the console?
I-SF's user avatar
  • 31
0 votes
1 answer
1k views

Create load balancer on GCP (GAE). SSL cert domains stuck in FAILED state

I'm new to this topic. We're using GCP (App Engine, standard) to host one nodejs application. However, for different reasons we decided to create two services - stage and default (think as the same ...
Alexander B.'s user avatar
0 votes
1 answer
877 views

ERROR: gcloud crashed (ModuleNotFoundError): No module named 'distutils.spawn'

When I am going to deploy app.yaml in GCP, suddenly getting error i.e. "ERROR: gcloud crashed (ModuleNotFoundError): No module named 'distutils.spawn'". Please suggest me the solution. I am ...
Sanchita Dey's user avatar
0 votes
1 answer
723 views

Websockets - Flexible app-engine

From past few days, i am getting the below error when i try to run the example python websocket flexible-app-engine application (https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/...
user673272's user avatar
0 votes
1 answer
335 views

Can find RSA private key for uploading my SSL certificate to Google App Engine

Right now I am trying to upload a SSL certificate from GoDaddy so That I am able to enable HTTPS for my custom domain name for the website hosted on the app. Whenever, I try to upload the SSL ...
ChetD90's user avatar

1
2 3 4 5
9