All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
2k views

GAE container terminated by container manager

I have an Google App Engine app which is basically a couple NodeJS scripts that run a website. Some of this scripts are being terminated for apparently no reason, but looking at the logs this is ...
user3583107's user avatar
3 votes
2 answers
5k views

ERROR: gcloud crashed (ConnectionError): HTTPSConnectionPool(host='oauth2.googleapis.com', port=443):

I have been using gcloud cli for last 3months on my system, but now I start facing this error while authenticating with gcloud auth login or gcloud init --console-only. After debugging it, I see some ...
shaishaw's user avatar
2 votes
1 answer
3k views

Google App Engine HTTPS listening ports 8443 or 3443

I am testing an application in the App Engine Flexible Environment, and at some point I will need to process some WebHooks sent on TCP ports 8443 or 3443. As long as I could test, App Engine load ...
Antonio Guglielmi's user avatar
1 vote
2 answers
8k views

gcloud no space left on device

My deployment was not successful with gcloud error log as. error building image: error building stage: write /kaniko/888833023: no space left on device Finished Step #1 Do I need to increase ...
fernandus's user avatar
  • 143
1 vote
1 answer
1k views

"over quota" error, how to find quota name or logs

App engine all apps are failing in 2 hours of work after quota reset on Midnight. App version redirected to 503 "Over Quota This application is temporarily over its serving quota. Please try again ...
marykiselova's user avatar
1 vote
1 answer
387 views

Mount docker volume on app engine docker image

I have a docker image that I deployed to app engine. I want to mount a volume to replace a file originally written when the image was built. I need the file to be mounted when the docker image is ...
Samuel Navarro's user avatar
1 vote
1 answer
800 views

Using App Engine Standard with PHP7.4

I have Problems using php 7.4 with App Engine Standard. The Documentation states there is an beta Version (php74), but it does not work. I get the following error: ERROR: (gcloud.beta.app.deploy) ...
jonasm's user avatar
  • 11
1 vote
1 answer
289 views

gcloud deploy not making dist folder

Admittedly, I'm a novice at GCloud. I "inherited" a project abandoned by the previous developer. I'm trying to deploy a node app on the app engine. The app won't start because it can't find the ...
Mike Hogan's user avatar
0 votes
3 answers
2k views

gcloud app deploy error --> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred

I am new on gcloud apps, need help on deployment web apps. I created an App Engine and a Cloud SQL for MYSQL, it is in a different project. Let's call App Engine as web1 and sql as mysql1. When I ...
andi wirawan's user avatar
0 votes
1 answer
877 views

ERROR: gcloud crashed (ModuleNotFoundError): No module named 'distutils.spawn'

When I am going to deploy app.yaml in GCP, suddenly getting error i.e. "ERROR: gcloud crashed (ModuleNotFoundError): No module named 'distutils.spawn'". Please suggest me the solution. I am ...
Sanchita Dey's user avatar
0 votes
1 answer
344 views

gcloud app deploy source-context.json SHA mismatch

I have a Python 3 project which I am hosting on Google AppEngine Standard. Until a couple of days ago I was able to deploy normally (right since I did the initial setup in July 2019). Now I'm getting ...
Navid's user avatar
  • 111
0 votes
1 answer
2k views

How to block port 80 in Google AppEngine

I want to block port 80 in Google AppEngine For example, when I run: sudo nmap -O <project-id>.appspot.com It shows: Starting Nmap 7.60 ( https://nmap.org ) at 2018-02-06 16:36 EST Nmap scan ...
npd's user avatar
  • 1
0 votes
1 answer
83 views

GAE configuration & Billing

Google App Engine: Few weeks back I have developed an RoR application in GAE with aditional resources as CloudSQL and Storage Bucket. Our application is very simple CMS site. Here the app size ...
Anandha Kumar's user avatar
0 votes
1 answer
1k views

Error in google app engine deployment

I have a Laravel web application for which I have added a app.yaml file, but I receive the following error whenever I try to deploy the app using gcloud app deploy: Details: [ [ { [enter ...
Adeel Ahmad's user avatar
0 votes
1 answer
57 views

GCP Cloud Build installation of composer fails because checksums don't match

The build of my Laravel 9 app is broken. During the deploy the build stage always fails because the installation of composer fails due to unmathing checksums. Build logs: === PHP - Composer - Install (...
Antonin Welvart's user avatar
0 votes
1 answer
181 views

DNS records could not be found. Certificate activation will retry automatically

Our website is down and it is showing certificate is expired. When I check the custom domain settings section in GCP, I am getting the following warning. We have removed the records and re-added them, ...
Sulagna Nandi's user avatar
0 votes
0 answers
333 views

gcloud auth login fails with an unknown error

I deleted some folder on my pc by mistake. Now I have to reauthenticate to gcloud but when I run gcloud auth login, it fails with an unknown error. I am stuck and I don't know what to try
solsTiCe's user avatar
  • 113
0 votes
1 answer
631 views

Google Cloud App Engine subdomain not working

Long story short- My subdomain is not working while domain is. Chrome just displays error- DNS_PROBE_FINISHED_NXDOMAIN. Here are images of config. Google cloud config Domain dns config Deploy.yaml ...
user2965243's user avatar
0 votes
1 answer
550 views

Appengine deployment failed with custom docker file

I am trying to deploy my vue.js code on appengine with custom docker file but I am getting error The docker file is working fine on my local machine. Can anyone please tell me what is the issue ? ...
Noman Maqsood's user avatar
-2 votes
1 answer
84 views

App engine website coming soon

App engine only works in US central. I accessed the site there, but when moved to the west coast, my website displays a "coming soon" page instead of the website I uploaded.
Ripper's user avatar
  • 1