All Questions
Tagged with google-cloud-platform google-app-engine
4,311 questions
0
votes
1
answer
38
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
48
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
31
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"
...
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
48
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 ...
0
votes
0
answers
48
views
Cannot Deploy API on GAE Standard: "failed to initialize analyzer" with gcr disabled
I am trying to deploy an API on Google App Engine (GAE) Standard Environment, but I keep encountering the following error:
ERROR: failed to initialize analyzer: validating registry read access: ensure ...
0
votes
0
answers
31
views
Why does GCP App Engine Flex not read the active Spring profile application properties yaml file?
I have many application-<environment>.yaml files in my resources folder. I would like to only include the default and active profile files in my builds for deployment. I have this in my build....
0
votes
1
answer
48
views
How do I keeping idle app running in Google Cloud
I have a node.js app which is serving data from a Google Sheet to Slack on request (via slash commands). The app reads the sheet into memory at start-up and once a day and then serves the slack ...
0
votes
1
answer
62
views
Update Strategy When Using Auto Scaling with MIG on GCP
I'm new with GCP and I've been reading some articles online on how to create Auto Scaling on GCP. I found this StackOverflow answer that answered all my questions on how to setup Auto Scaling with MIG ...
-1
votes
1
answer
102
views
PERMISSION_DENIED Error When Creating a Queue with Google Cloud Tasks
I'm developing a Node.js application and trying to create a queue using Google Cloud Tasks, but I encounter the following error:
Error: 7 PERMISSION_DENIED: The principal (user or service account) ...
0
votes
0
answers
62
views
Deployment error on Google App Engine: "error: con.connect is not a function"
I'm new on Strapi Cloud and Google Cloud. I have tried to deploy my Strapi Cloud app by using Google App Engine, and I followed a website/videos (https://kevinblanco.dev/strapi-cms-on-google-cloud-...
3
votes
1
answer
182
views
Google Cloud Error reporting slow to respond to errors
I'm using Google App Engine on Google Cloud to run a Flask app. It used to be that whenever an error appeared on the production server I would receive an email from Google Console that an error ...