47,651 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
59
views
How to get geo location headers (country, region, city) in Cloud Run Gen2 like App Engine headers?
Previously, I was using Cloud Functions (Gen1), and I could access App Engine–specific headers such as:
X-Appengine-Country X-Appengine-Region X-Appengine-City X-Appengine-Citylatlong
These were ...
0
votes
0
answers
177
views
Jakarta EE 10 JSP: NoClassDefFoundError: jakarta/servlet/jsp/tagext/Tag when using JSTL
I have a Jakarta 10 application which i deploy to google app engine standard java runtime 21. With the current dependencies JSP has been working well along with jstl tags. This is a snippet of my pom....
0
votes
1
answer
65
views
Why can't we turn off IAP for just one service in Google Cloud App Engine?
My Plan
I’m deploying a React frontend and a Flask backend on App Engine.
I want to use dispatch.yaml to send traffic from the frontend to the backend and hide the backend URL, so users can’t see or ...
0
votes
1
answer
126
views
What options are used to run npm install in Google App Engine
Does anybody know if Google App Engine (GAE) runs the npm install in dev mode even when NODE_ENV is set to production (regardless if it is set by default or explicitly in the app.yaml)? Or the broader ...
0
votes
0
answers
71
views
Entity.put error after Python 3 migration for Google Data Store - refactored
I have the code below to update an entity in the Google data store.
I'm now getting an internal error on the model.Collection.put(vhighest)
sync.yaml
service: sync
instance_class: F2
...
1
vote
1
answer
71
views
Google App Engine Shim? NDB Middleware receiving an error
I have the following sync service written as a microservice.
Per the google cloud instructions I could add the middleware? shown at the bottom as a type of shim? I don't have a good mental model of ...
0
votes
1
answer
152
views
Python Error in NDB after python 3 upgrade
I am working on some code that was recently upgrade from python 2 to python 3 that is part of google app engine.
Can I ask for some assistance tracing this? I do not know if this is because something ...
0
votes
1
answer
76
views
Google App Engine Ruby on rails validation
I am trying to put yet another Ruby on rails application on Google App Engine, but this time without success.
I get an error in the cloud build that I just can't decipher
=== Ruby - Appengine ...