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
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?
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 ...
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 (...
1 vote
2 answers
5k views

google cluster giving authentication scope error

I have a free tier account but whenever i try to create a container cluster i am getting below error from one of the script (gcloud.container.clusters.create) ResponseError: code=403, message=Request ...
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, ...
2 votes
3 answers
1k views

GAE custom dns what does "update your dns records to enable security" mean?

We're using Google App Engine for a service of our app. We've set up the service on a custom sub-domain (eg service.myapp.com), while doing so, Google prompted us to Update your DNS records to enable ...
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 ...
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-...
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 ...
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?
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&...
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 ...
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 ...
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....
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 ...
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 : ...
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 ...
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 ...
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 ...
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 &...
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 ...
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 ...
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, ...
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 ...
0 votes
1 answer
2k views

Google App Engine Instance is abruptly shutting down on Standard Environment

We are using Google App Engine in Standard environment to ingest large amount of data to Google Cloud Firestore with below configuration: instance_class: B4 basic_scaling: instances: 1 The ...
0 votes
3 answers
2k views

gcloud app deploy error --> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred

I am new on gcloud apps, need help on deployment web apps. I created an App Engine and a Cloud SQL for MYSQL, it is in a different project. Let's call App Engine as web1 and sql as mysql1. When I ...
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 ...
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....
3 votes
1 answer
2k views

App Engine Flex restart signal

I have a long running process in Go on an App Engine flex instance, deployed via docker image. Most of the time when I deploy to the live version it sends a SIGTERM to the app. I can catch this and ...
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 ...
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 ...
0 votes
1 answer
2k views

Getting a serving URL for an object in Google Cloud Storage

We have a Golang application running on AppEngine, that uses the following packages: "cloud.google.com/go/storage" apiStorage "google.golang.org/api/storage/v1" "google.golang.org/appengine" "google....
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). ...
5 votes
2 answers
3k views

How to disable TLS 1.0 for Google App Engine

I've heard it is possible to disable TLS 1.0 and 1.1 with google app engine and custom domain. How can that be done? Mike
0 votes
1 answer
2k views

GAE flex app deployment failing with error code 400

I have been deploying a GAE flex app successfully over the last months. I am now attempting to deploy the same application into another project that I have created as my staging environment. The code ...
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
1 vote
1 answer
2k views

Appengine - How to allow request only coming from my domain?

I see some requests in the logs coming from unknown sources. So how I could prevent all requests except the ones coming from my appspot domain? Note: This is on appengine, which there is no server ...
2 votes
1 answer
3k views

Google App Engine HTTPS listening ports 8443 or 3443

I am testing an application in the App Engine Flexible Environment, and at some point I will need to process some WebHooks sent on TCP ports 8443 or 3443. As long as I could test, App Engine load ...
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 ...
1 vote
2 answers
2k views

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 ...
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 ...
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 ...
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 ...
9 votes
2 answers
13k views

What is the default password in Google Developers Console?

[How to change password in Google Developers Console?] I know this should be a very stupid question related Google Developers Console, but I just wasted three hours in it and no luck in google search ...
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 ...
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 ...
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 ...
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 ...
0 votes
2 answers
541 views

High availability IIS web application, via google cloud storage bucket mounted to windows instance

I am looking for a high availability ASP.NET application via Google Compute Engine. I read over the high availability docs to look at the basic architecture. All is fine with the grouping of compute ...
0 votes
1 answer
2k views

How to block port 80 in Google AppEngine

I want to block port 80 in Google AppEngine For example, when I run: sudo nmap -O <project-id>.appspot.com It shows: Starting Nmap 7.60 ( https://nmap.org ) at 2018-02-06 16:36 EST Nmap scan ...

1
2 3 4 5
9