Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Filter by
Sorted by
Tagged with
10 votes
3 answers
17k views

Appengine stuck on "Updating service [default]..."

I am using nodejs on appengine. We had a perfectly stable app scaffold on tuesday, and by friday it was completely broken after attempting to deploy. We made some minor changes to frontend code, but ...
posit labs's user avatar
2 votes
2 answers
23k views

Troubleshoot Google App Engine 500 internal server error

Is there any way to properly troubleshoot GAE 500 server errors? I know I can check from console.developers.google.com -> Monitoring -> logs, but they do not tell much. Only same thing that I can get ...
Maksim Luzik's user avatar
1 vote
1 answer
5k views

502 Connection refused while connecting to upstream : modify Nginx upstream on Google App Engine

I'm literally struggling with Google App Engine to deploy my Node JS API as I always have a 502 error. I have seen many answers on this topic but none did it for me. I've found in the log the ...
t3__rry's user avatar
  • 113
0 votes
1 answer
248 views

app.yaml isn't updated when I deploy (Google App Engine, Java)

This is what I put in the app.yaml file: runtime: java8 service: 'scheduler' inbound_services: - warmup derived_file_type: - java_precompiled threadsafe: True auto_id_policy: default api_version: '1....
djokerndthief's user avatar
0 votes
1 answer
6k views

How to update from Windows Server 2019 Desktop 1809 to 1903 or 1909 on Google Cloud Compute Engine?

I've made a Virtual Machine using Google Cloud Compute Engine. I've searched how to install Windows 10 and figured out that it is way more difficult that I expected. Google Cloud only gives the ...
Aymene B's user avatar
0 votes
2 answers
2k views

Should I expect Google App Engine to randomly restart instances?

I had one instance of the app (shame on me), running in the australia-southeast1 region yesterday. Last night was a critical time for the app; people were relying on it working flawlessly, and then ...
aidan's user avatar
  • 615
0 votes
1 answer
214 views

Find Google Account for project name

I'm able to identify the Google App Engine project name via the app engine URL: $project-name$.appspot.com The project name also matches with a very old Jenkins task that we have in our ...
Vasco Andrade Silva's user avatar
0 votes
1 answer
1k views

GCP SSL Certificate Installation Error "The Certificate data is invalid. Please ensure that the private key and public certificate match

I bought an SSL certificate from godaddy.com. My website is hosted on Google Cloud Portal (GCP). I generated the private rsa key using the methods provided on the GCP support website. First I ...
Rahul Singh's user avatar