47,025 questions
0
votes
0
answers
33
views
GCP Private VM Instance unable to resolve ghs.googlehosted.com in Private DNS Zone
We have Private VM Instance ( Twingate ) which will hit to our app engine applications ( NodeJS ) through private dns zone. Please note that we have 2 same domain for Private and Public Zones, let's ...
0
votes
1
answer
39
views
Stop Otel from tracing its own internal metric exporting activity
I've implemented Otel for my python app sending telemetry to GCP backend. I'm seeing these trace spans for https://otel-collector-xxx.asia-southeast1.run.app/opentelemetry.proto.collector.metrics.v1....
0
votes
2
answers
52
views
Deploy via Maven to GCP Standard Edition has started to fail - Python missing
I have been using the following cloudbuild.yaml file for a number of years and it has worked perfectly
steps:
- name: "gcr.io/cloud-builders/mvn:appengine"
args: ["-D", &...
1
vote
2
answers
37
views
AppEngine Dispatch rules not applied in order for hostnames?
I have a bunch of AppEngine services in a GCP project.
Let's call them red-service, green-service and default, with the project being myproject.
According to the docs, the standard way to reach a ...
1
vote
1
answer
32
views
FeatureCollection (Error) A mapped function's arguments cannot be used in client-side operations
I am trying to extract random points from a layer in a collection. It is showing this error
"FeatureCollection (Error) A mapped function's arguments cannot be used in client-side operations"
...
-1
votes
1
answer
51
views
Google AppEngine Error "The API call search.IndexDocument() required more quota than is available"
A few hours ago, indexing documents on AppEngine search started failing. Been working for years.
The following error occurs when saving a single document:
Caused by: com.google.appengine.api.search....
0
votes
0
answers
30
views
AppEngine losing connection to Cloud SQL (MySQL) intermittently
We have an AppEngine application that periodically loses connection to our Cloud SQL (MySQL) database. This has happened twice in the last three months. Each time, the application fails to connect for ...
0
votes
1
answer
20
views
next.js on GAE: 404 Chunk Load Error – Loading chunk <number> failed
When deploying my next.js application to Google App Engine (Standard Environment), one specific js chunk cannot be loaded but throws a 404 error and makes the app crash. Happens everytime when I load ...
0
votes
1
answer
21
views
Google App Engine - endpoint "GET /_ah/start HTTP/1.1" 500
When updating my application's configuration from scaling to manual, I repeatedly encountered this error in the console: Error: Cannot find module '/workspace/index.js', followed by multiple errors of ...
0
votes
1
answer
49
views
Deployment to App Engine fails only when triggered from GitHub Actions
When trying to deploy to App Engine from GitHub Actions, the process fails with the error:
Error Response: [13] An internal error occurred.
However, running the equivalent commands from my local ...
-1
votes
0
answers
19
views
How to Set Up CI/CD for Google App Engine static website with Workload Identity Federation
What should the GitLab job code look like for this setup?
I have configured GAE where I manually write gcloud app deploy command and works as intended.
Simple static hosting.
I have setup workload ...
-1
votes
0
answers
38
views
npm error code EUSAGE while deploying react + vite js app to google app engine
While deploying the app I am getting this error, Here is the error for build summary.
Step #2 - "build": Node.js v20.18.3 cache hit, skipping installation.
Step #2 - "build": === ...
0
votes
0
answers
20
views
How do I avoid latency in Redis Cache due to different regions?
I recently setup a Redis Essentials (Free) plan (Link. I set it up in US-East region, and I realised that any requests from other regions such as Asia Pacific or Europe, were facing additional ...
0
votes
0
answers
29
views
App Engine Subdomains (CNAME) Not Propagating Properly
I have multiple projects on Google App Engine and manage my domain through a third-party DNS provider. My main domain (A/AAAA records) works fine, but subdomains (CNAME records) like app.domain.com ...
1
vote
1
answer
193
views
Traffic blocked with App Engine TLS 1.2 opt-in
I received this email from Google today:
[Action Advised] Opt-in to allow only secure TLS 1.2+ traffic in your App Engine applications
I have several projects. I tried in a "testing" project ...