Questions tagged [google-app-engine-deploy]
6 questions
8
votes
1 answer
Can't spawn `gcloud app deploy` from a Node.js script on Windows
I'm building an Electron application (Node.js) which needs to spawn gcloud app deploy from the application with realtime feedback (stdin/stdout/stderr).
I rapidly switched from child_process to execa because I had some issues on Mac OS X with the…

Thibaud Arnault
- 1,435
- 14
- 21
2
votes
1 answer
Can't deploy my App Engine since SDK 1.9.46
Since I upgraded my Gradle build to deploy my App Engine application with SDK 1.9.46, I get deployment conflict messages, like the one below.
Beginning interaction for module admin...
0% Created staging directory at:…

Peter Fortuin
- 5,041
- 8
- 41
- 69
1
vote
0 answers
Google AppEngine flex overwriting public folder permissions on deploy
I'm deploying a PHP app on the AppEngine Flexible environment. I have a command in my post-deploy-cmd scripts in my composer.json file to set permissions for the public/app folder (chmod -R 755 public\/app). However, when I deploy my app, the entire…

Don P
- 11
- 2
0
votes
1 answer
Deploying a Spring boot application with mysql on google cloud with java11
I tried to deploy with Google App Engine Deployment after I configured mysql on Google Cloud. On localhost it runs perfectly, but when I tried to run in the server it has some problems. I found a solution to lower my java version but I need java 11,…

Bence Kovács
- 5
- 2
0
votes
1 answer
Google Cloud Deployment Failure-Java 11,cloud sdk 288.0.0 ,builder:java11_20200223_11_0_RC00
I'm trying to deploy a Java 11 Maven project in App Engine(Standard), using mvn appengine:deploy command.
It was successful until last week.
This week after Google cloud sdk got updated to 288.0.0 the deployment is failing with below error.
i tried…

kirjay
- 1
- 1
0
votes
1 answer
App Engine Deployment Failure - Max File Size?
400 Bad Request
Max file size is 32000000 bytes. File "WEB-INF/lib/gwt-user.jar" is 32026261 bytes.
I've been deploying this app for years without issues and this file (gwt-user.jar) has been part of this deployment (it has not been updated for 2…

user6081689
- 33
- 5