Skip to main content

Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers. Google App Engine is a Platform as a Service (PaaS) offering for Java, Python, Go, Node.js, and PHP in its standard environment. Runtimes for a few other languages as well as docker-based custom runtimes are supported in its flexible environment.

google-app-engine
0 votes
1 answer
75 views

Error during `gcloud app deploy` for GAE app: "Failed to create cloud build: invalid bucket"

After creating a new Google Cloud project and following all steps carefully from this documentation to create & deploy a new GAE app, gcloud app deploy yields the following error: ╔════════════════...
myconode's user avatar
  • 2,585
0 votes
1 answer
25 views

Deploying GAE Node-JS app using gcloud app deploy fails at build step 2

I have recently updated the node-js version from 4.x to 20.15.1 In the package.json I use this as the engine : "engines": { "node": "20.15.1" }, Now when I use ...
dompardoe's user avatar
0 votes
1 answer
57 views

how to conver new key into old in python3 ndb

Here my code new_key= ndb.Key(urlsafe = request.user_key) this is written in python3 ndb this will return us key and we change in urlsafe key = new_key.urlsafe() key.decode(encoding="utf-8&...
Jaskaran Singh's user avatar
0 votes
0 answers
31 views

Google App Engine standard cron job fails

I have a cron.yaml file in Google AppEngine standard environment: cron: - description: "some_description" url: /some_url/ schedule: every 60 mins from 05:00 to 18:00 The same syntax ...
Vit Amin's user avatar
  • 634
0 votes
1 answer
29 views

Where is nginx.conf kept on Google App Engine flexible environment?

I am getting nginx.error: client intended to send too large body so I'm trying to fix by making changes to nginx.conf. This is in a Google App Engine that uses Django and deploys to the flexible ...
Dan Cogswell's user avatar
0 votes
0 answers
12 views

Service Restart notification on Google Cloud App Engine

I new to GCP and what I want to achieve is that we have App engine with 8 services running, I want to set up a notification or show it on the dashboard how many time any particular service has been ...
Gourav Shaw's user avatar
0 votes
0 answers
43 views

Error when running my java appengine project locally when using cloudsdk version greater than 449

I am getting this error when running the project locally using java21 and when using any cloud sdk version greater than this: 449.0.0 [INFO] GCLOUD: com.google.apphosting.utils.config....
Ibrahim Ali Mohamed's user avatar
0 votes
2 answers
58 views

What Are the Minimum Required IAM Roles for App Engine and Compute Engine Default Service Accounts to Deploy with gcloud on a new Project?

In this document, it says: Depending on your organization policy configuration, the default service account might automatically be granted the Editor role on your project. We strongly recommend that ...
Inn0v8_m8's user avatar
-2 votes
0 answers
31 views

Project configuration for app engine in GCP: writing jquery ajax request url handlers for the app engine [closed]

I have uploaded my project( which is developed in procedural php and jquery library) into app engine gcp, but I have problem in writing url handlers in my handler.php which is a entrypoint file in my ...
Asadullah Jalali's user avatar
0 votes
0 answers
59 views

GAE on java 21 throws NullPointerException at CookieCache.parseCookies()

I updated my Google App Engine app from java 17 to java 21 following instructions on https://cloud.google.com/appengine/docs/standard/java-gen2/upgrade-java-runtime I am using the legacy bundled ...
Antoine Snyers's user avatar
0 votes
0 answers
17 views

Objectify load entity by id fails inconsistently

I am trying to load an entity from datastore by : objectifyFactory.ofy().load().type(clazz).id(id).now(); However, this returns a null, even though the entity is present in the datastore. In another ...
anomaly's user avatar
  • 23
0 votes
0 answers
44 views

java 8 end of support on App Engine flexible environment

I'm using Eclipse to deploy Java applications to the Google App Engine Flexible Environment. Now I must upgrade the code to Java version > 8. The following warning is prompted: "Java 8 and ...
Daniel Rausch's user avatar
0 votes
0 answers
34 views

Angular App on GAE with custom domain returns 404 for static files

I have an Angular app. I have deployed it to GAE. It works on the default GAE generated URL https://<service>-dot-<app>.oa.r.appspot.com/. My static Angular app is rendering and the app ...
manneJan89's user avatar
  • 1,034
1 vote
1 answer
76 views

Google App Engine - disable a single page/script from console

I have a page (a new user signup page) which is being attacked. While I work on the fix and security, is there a way I can disable this one page/url/script from within the console rather than deploy a ...
Warren's user avatar
  • 2,014
6 votes
2 answers
707 views

google console internal tests errors "Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference ”

All Pixel devices were tested, and only the Pixel 8 log showed this error: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null ...
Guang Nian's user avatar

15 30 50 per page
1
2 3 4 5
3141