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 cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine lets you run your web applications on Google's infrastructure; applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

401 questions
0
votes
0 answers

Google App Engine: Firewall blocks https connections with custom domain

I'm trying to restrict the access to the App Engine app which also has the custom domain configured for it. With no firewall restrictions enabled, I can access it both through the custom and the default .appspot.com domain, both using http and…
0
votes
1 answer

Google App Engine Cloud Build Issues

Let me explain my current situation, I'm trying to host a Wordpress in a Flexible App Engine environment, the problem is that I have activated CloudBuild triggers for a CI / CD, but at the time of deploying, CloudBuild return me the following…
Nick Ryan
  • 1
  • 1
0
votes
1 answer

'gcloud app deploy app.yaml' not deploying most recent version from Cloud Source Repositories

So I am very new to using GCP. As of right now, I'm using it strictly for my personal website. My website source is currently on Github and I've connected the repository with Cloud Source Repositories. From what I've found online, simply…
0
votes
2 answers

How to connect app in Google App Engine to MySQL in Cloud SQL using internal IP

1 - Have a MySQL instance on Google Cloud SQL, with internal IP 10.22.etc (no external/public IP) 2 - Have a Java Web App deployed to Google App Engine, with internal IP 10.140.etc (no external/public IP) How can I get 1 & 2 on the same network, or…
0
votes
1 answer

Google App Engine tomcat error with Spring Boot

First of all, I am a real newbie using any cloud services, and this is the first time that I have asked something here, therefore I am apologizing in advance if anything I may say is wrong. I'm trying to deploy a Spring Boot app using Google Cloud…
0
votes
1 answer

App Engine high latency

Hi we have an static web page using Smarty, we want to migrate it from our private web server on Compute Engine to App Engine. We did made the migration but on App Engine we got a latency of 3 sec to load the pague and on the server on Compute…
0
votes
1 answer

Google App Engine Instance is abruptly shutting down on Standard Environment

We are using Google App Engine in Standard environment to ingest large amount of data to Google Cloud Firestore with below configuration: instance_class: B4 basic_scaling: instances: 1 The overall data ingestion of 20GB takes around 1.5 hours.…
0
votes
3 answers

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 deployed web1 using "gcloud app deploy app.yaml", the…
0
votes
1 answer

App Engine Flex Error Server

first of all I would like to apologize for the written form but I do not speak fluent English and I am using google translator. I have a project (Webservices) in the glcoud console using the app engine, when this project receives requests through…
0
votes
1 answer

Using Google App Engine with internal IP

I have an API hosted on Google App Engine. The main application consuming the API is hosted on compute engine vm's. Currently the main application makes REST calls using the public domain of the App Engine. Is it possible to use internal networking…
0
votes
2 answers

Google App Engine and SAML (Okta)

We're trying to setup a web app (django) in Google App Engine connected via SAML to our idP, Okta. It has to be done as a Custom Flexible App because of a binary requirement, making it basically a container deployment. Running it locally with…
0
votes
1 answer

Install third-party C++ involved python library on google cloud app engine

I have a python web app deploying on GCP App engine. The App engine installs required python packages from pip, and it can install pure python source codes according to…
0
votes
1 answer

Host 'XXX.XXX.XXX.XXX' is not allowed to connect to this MySQL server

I am getting a MySql.Data.MySqlClient.MySqlException (0x80004005) with message Host 'XXX.XXX.XXX.XXX' is not allowed to connect to this MySQL server, where IP == Google.cloud IP. I do not know if there is a problem because I change the mysql…
0
votes
0 answers

Google Cloud DNS giving 404 on top level domain

I'm using Google Cloud DNS and Google App Engine Standard to configure an application. Currently, I configured the DNS like this mydomain.com. A 300 216.239.32.21 216.239.34.21 216.239.36.21 216.239.38.21 mydomain.com. AAAA 300…
0
votes
1 answer

Mongo DB on Google Cloud VM

I have an Ubuntu VM in Google cloud which is having my Mongo Instance running. I have enabled authentication Mongo config is configured to bind for the 127.0.0.1 and the internal IP of the server. In google console I've the 27107 TCP port…