[google-appengine] Re: Brief Outage?

2022-09-14 Thread 'Osvaldo Lopez Acuña' via Google App Engine
HTTP 503 is a specific indicator on GAE standard for appservers being too busy (not enough clones to serve the request). This is also known as pushback. You need to allow more clones, reduce traffic, stay under quota, or change your spending limit. On Tuesday, September 13, 2022 at 1:05:33 PM

[google-appengine] Re: Local Development server when opening "Datastore Viewer"

2022-09-12 Thread Khaled Wagdy
Thank you very much =D! 340.0.0 worked indeed, On Wednesday, August 31, 2022 at 2:37:59 PM UTC+2 limin...@gmail.com wrote: > Had the same issue, but ver. 340.0.0 was proved fine. > > On Tuesday, August 16, 2022 at 12:37:15 AM UTC+9 khaled@gmail.com > wrote: > >> So I moved to ver. 270.0.0

[google-appengine] Re: After deploying Django app in App Engine my website doesn't load

2022-09-02 Thread 'Rogelio Monter Rodriguez' via Google App Engine
I would suggest referring to this Stack Overflow post and this one

[google-appengine] The website doesn't load after deploying Django app in Google Cloud App Engine

2022-09-01 Thread Gestion MYTEAM
So after deploying my Django App with Google Cloud App Engine, I cannot get a respone from the website, in other words the website keeps loading non stop. You can check it here : https://sam-website-358409.ew.r.appspot.com/ So, trying to debug the problem, I have run : gcloud app logs tail

[google-appengine] Re: Local Development server when opening "Datastore Viewer"

2022-08-31 Thread limin xiao
Had the same issue, but ver. 340.0.0 was proved fine. On Tuesday, August 16, 2022 at 12:37:15 AM UTC+9 khaled@gmail.com wrote: > So I moved to ver. 270.0.0 indeed the problem has gone, which indicates > that there was some string/unicode/ascii related update along the way that > may have

[google-appengine] After deploying Django app in App Engine my website doesn't load

2022-08-31 Thread Gestion MYTEAM
So after deploying my Django App with Google Cloud App Engine, I cannot get a respone from the website, in other words the website keeps loading non stop. You can check it here : https://sam-website-358409.ew.r.appspot.com/ The message I got after the deployment was done : *Updating service

[google-appengine] Re: AppEngine Standard PHP7.4 Deploy-Error

2022-08-23 Thread Sirko Uhl
Hello Ernesto thanks for your response. I have also seen this difference. But i think this is a error in the documentation. If you look in the vendor directory there is no path named /vendor/*google*/cloud/. In the meantime, however, I have found several solutions. 1. it's documented in this

[google-appengine] Re: AppEngine Standard PHP7.4 Deploy-Error

2022-08-22 Thread 'Ernesto Contreras Pinon' via Google App Engine
>From the documentation , the path to the *prepend.php* file should be as follows: //vendor/google/cloud/cloud-error-reporting/src/prepend.php. The path you included in your *php.ini* is a bit

[google-appengine] Anyone else finally got trapped by 'Google Workspace'?

2022-08-18 Thread Kaan
Every year I dreaded the need to login to each Google Apps domain once to prevent them from deactivation This year being really busy, they finally trapped me, my main project got auto upgraded to Google Workspace and I lost my Legacy account for others The trapped account was new anyway, so I

[google-appengine] AppEngine Standard PHP7.4 Deploy-Error

2022-08-18 Thread Sirko Uhl
I have an App (PHP 7.4) running on Google AppEngine Standard and deploy works fine. Now i have created a new Project inside CloudConsole with same settings and want to deploy this App to the new generated Project for testreason. *gcloud app deploy app.yaml

[google-appengine] Re: Migrating App Engine php5 with google libraries

2022-08-17 Thread Jukka Hautakorpi
Thanks Those did help a little and got my test project forward. Google documentation about this is really painful to read.. For example "Access legacy bundled services for PHP 7+" What does lecacy bundled service mean ?? I know i didn't need composer any libraries for example to make the mail

[google-appengine] Re: Local Development server when opening "Datastore Viewer"

2022-08-16 Thread 'Rogelio Monter Rodriguez' via Google App Engine
As shown in the Local Development Server Options documentation: Python 2 is no longer supported by the community. We recommend that you migrate Python 2 apps to Python 3. — About Python 2

[google-appengine] Re: Local Development server when opening "Datastore Viewer"

2022-08-15 Thread Khaled Wagdy
So I moved to ver. 270.0.0 indeed the problem has gone, which indicates that there was some string/unicode/ascii related update along the way that may have broken its ability to handle Unicode characters. I also tried versions 396, 383, 380 all had the same problem and error output. If

[google-appengine] Re: Migrating App Engine php5 with google libraries

2022-08-11 Thread 'Osvaldo Lopez Acuña' via Google App Engine
You can start by taking a look at this guide (if you haven't already done it) about Migrating from PHP5.5 to 7.2. In this GCP document you will

[google-appengine] Re: dev_appserver Python3 Windows support plans?

2022-08-11 Thread 'Andres Fiesco Casasola' via Google App Engine
At the moment, there is no support for dev_appserver. You can use the following link [1] to create a feature request. [1]:https://cloud.google.com/support/docs/issue-trackers On Tuesday, August 9, 2022 at 4:55:22 PM UTC-5 jmwo...@gmail.com wrote: > I have a bunch of Python27 App Engine

[google-appengine] Re: dev_appserver Python3 Windows support plans?

2022-08-11 Thread 'Andres Fiesco Casasola' via Google App Engine
At the moment, there is no support for dev_appserver. You can use the following link [1] to create a feature request. [1]:https://issuetracker.google.com/issues On Tuesday, August 9, 2022 at 4:55:22 PM UTC-5 jmwo...@gmail.com wrote: > I have a bunch of Python27 App Engine apps that I

[google-appengine] Migrating App Engine php5 with google libraries

2022-08-11 Thread Jukka Hautakorpi
I have php app with few hundred users made with php5. It is using some google libraries, but Actually I don't have them or composer in my local linux development project, yet they still work. Somehow google environment has those as default:

[google-appengine] dev_appserver Python3 Windows support plans?

2022-08-09 Thread Jay Wolberg
I have a bunch of Python27 App Engine apps that I have been wanting to upgrade to Python3. But my development environment is on Windows, and dev_appserver is not supported for Python3 even though P27 was sunset years ago. This makes it extremely painful to re-write and test all the necessary

[google-appengine] Re: Can a single App Engine Standard Java 11/17 web process handle multiple concurrent requests?

2022-08-03 Thread William Linna
Thanks for the people who responded. It seems that the documentation has been fixed, and no longer states that each web server processes only one request at a time etc. I no longer need help with this issue tiistai 2. elokuuta 2022 klo 23.25.00 UTC+3 concep...@google.com kirjoitti: > YAML

[google-appengine] Re: Can a single App Engine Standard Java 11/17 web process handle multiple concurrent requests?

2022-08-02 Thread 'Andrés Márquez' via Google App Engine
YAML config and appengine-web.xml file support max_concurrent_requests setting in Java 11/17.[1][2] [1] https://cloud.google.com/appengine/docs/standard/java-gen2/config/appref#max_concurrent_requests [2]

Re: [google-appengine] How to change the version of Jetty in my Google App Engine

2022-07-31 Thread 'Ludovic Champenois' via Google App Engine
For java 17 bundled services (configured via appengine-web.xml not app.yaml) the jetty version is provided (managed plaform) and cannot be changed. For non bundled services (app.yaml configuration) whatever web server of the market can be used including latest jetty versions. Ludo On

[google-appengine] Re: How to change the version of Jetty in my Google App Engine

2022-07-28 Thread 'Andrés Márquez' via Google App Engine
To update the Jetty version to the latest one, I would suggest updating the Cloud SDK to the latest version. Based on the documentation [1], the most recent release of Cloud SDK is version 395.0.0 (2022-07-26) and according to the release notes [2], the latest Java SDK version is 1.9.98 and

[google-appengine] Can a single App Engine Standard Java 11/17 web process handle multiple concurrent requests?

2022-07-28 Thread William Linna
Hello, I'm using App Engine Standard with Java 11. My app is packaged as a JAR and it doesn't use legacy bundled services. I have set manual scaling to 1. Now my question is can that one instance handle multiple concurrent requests? According to the documentation, it seems like it cannot.

[google-appengine] Re: Traffic hitting deleted Google App Engine versions

2022-07-28 Thread 'Richard Garbutt' via Google App Engine
To be clear: > This project only has one service with one version and two instances The problem is traffic *hitting versions that have been deleted* We are migrating away from App Engine due to this issue. On Wednesday, 27 July 2022 at 00:02:01 UTC+1 Osvaldo Lopez Acuña wrote: > You could

[google-appengine] How to change the version of Jetty in my Google App Engine

2022-07-28 Thread 'Mike Wallace' via Google App Engine
Within IntelliJ I have a Google App Engine Standard Local Server running. I'm in the process of updating to Java 17 and also all of my 3rd party libraries and have moved to GAE 2.0.5 and Jetty 11.0.11 in all of my project's pom files. However, when I start up the server I see:

[google-appengine] Re: gcloud auth login fails

2022-07-28 Thread solsTiCe d'Hiver
Out of dispair and boredom, I tried a few things, and finally I just changed the language in the login page where you accept the Google Cloud SDK permissions. I changed it to english (UK); I was, then, instantaltly logged in. WTF ! Le mercredi 27 juillet 2022 à 19:06:37 UTC+2, solsTiCe

[google-appengine] Re: gcloud auth login fails

2022-07-27 Thread solsTiCe d'Hiver
I don't have an admin at end. I odn't have any admin t perform those steps. Because like I said, I am just a lambda user of Google App Engine (free-tier mostly). meaning, no entreprise or organisation, just me. Le mercredi 27 juillet 2022 à 19:00:07 UTC+2, concep...@google.com a écrit : > >

[google-appengine] Re: gcloud auth login fails

2022-07-27 Thread 'Andrés Márquez' via Google App Engine
Please ask your admin to perform those steps. On Monday, July 25, 2022 at 6:14:06 PM UTC-5 solstic...@gmail.com wrote: > > Previously, I had a free Google Workspace account, and that's why it might > have worked. > Since, free Google Workspace was ended, I terminated that account. It was >

[google-appengine] Re: Traffic hitting deleted Google App Engine versions

2022-07-26 Thread 'Osvaldo Lopez Acuña' via Google App Engine
You could report this issue here[1]. You could also make sure you deleted those versions[2]. Take a look at this post[3] where it is explained how to clean up an App Engine project. [1]:https://issuetracker.google.com/issues/new?component=187191

[google-appengine] Re: Is there a Cloud Newsletter?

2022-07-26 Thread 'Rogelio Monter Rodriguez' via Google App Engine
At the Google Cloud Blog you will find what’s new with Google Cloud. Additionally, you can stay in the loop by signing up for Google Cloud newsletters . Finally, the following Google Cloud release notes

[google-appengine] Traffic hitting deleted Google App Engine versions

2022-07-26 Thread 'Richard Garbutt' via Google App Engine
Hi All, We're seeing some very strange behaviour with error reporting showing traffic sporadically hitting a deleted version of the application. It seems like around 25% of requests hit this incorrect, phantom instance. To be specific we are running a rails application and we are seeing errors

[google-appengine] Re: gcloud auth login fails

2022-07-25 Thread solsTiCe d'Hiver
Previously, I had a free Google Workspace account, and that's why it might have worked. Since, free Google Workspace was ended, I terminated that account. It was linked to my main gmail address. If I try to follow the tutorial in the link you gave, I have to login with an admin account. It

[google-appengine] Re: How do I install Wordpress on App Engine?

2022-07-25 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Please share the steps and/or the tutorial you are following. On Monday, July 25, 2022 at 11:47:16 AM UTC-5 car...@tunnyville.com wrote: > Hello, > > I am trying to install Wordpress on App Engine but I am confused about the > steps, I need someone to help we with the details of how to do it.

[google-appengine] Re: gcloud auth login fails

2022-07-25 Thread 'Andrés Márquez' via Google App Engine
For each organizational unit, there can only be one active enrollment token. If you need to pause enrollment, you can permanently revoke the token for a specific organizational unit and regenerate a new one.

[google-appengine] How do I install Wordpress on App Engine?

2022-07-25 Thread Carter Olayemi
Hello, I am trying to install Wordpress on App Engine but I am confused about the steps, I need someone to help we with the details of how to do it. I have a couple of Wordpress site on Compute Engine but I am billed even though there is no traffic to those site this is why I want to use App

[google-appengine] Is there a Cloud Newsletter?

2022-07-22 Thread Kaan
Just discovered the new TTL policies: https://cloud.google.com/datastore/docs/ttl It's an awesome new feature Is there a Newsletter to keep up with new Google Cloud additions, if not, would be nice if it's added -- You received this message because you are subscribed to the Google Groups

[google-appengine] gcloud auth login fails

2022-07-22 Thread solsTiCe d'Hiver
Hi, I mistakingly removed my gcloud config, and token/cookies on my desktop. Private user here; Now, I can't `gcloud auth login` anymore with my default gmail account. I got an error at the last step of authentification "an error occured". I have to use the default account for each project.

[google-appengine] Re: App Engine PHP environment: MongoDB extension not found

2022-07-18 Thread 'Andrés Márquez' via Google App Engine
Does this compatibility table[1] solve your problem? Additionally, as this is not a GCP problem per se, you can post it as a question on Stack Overflow. [1] https://i.stack.imgur.com/bOc3R.png On Thursday, July 14, 2022 at 3:21:07 PM UTC-5 tatsuki...@gmail.com wrote: > Hi, > > I am trying

[google-appengine] Entities not being returning in query result -- index bug?

2022-07-15 Thread bmurr
I was alerted by one of my users that some entries they are associated with were not appearing to them. Indeed, when I query the datastore for these entities (with a single property filter), they are not returned. After writing them to the datastore, the index is updated and they are returned

[google-appengine] App Engine PHP environment: MongoDB extension not found

2022-07-14 Thread 磯上樹
Hi, I am trying to deploy PHP application to GAE Standard PHP8.1 environment, to find the errors below: ``` File upload done. Updating service [api-sandbox-1]...failed. ... Problem 1 - mongodb/mongodb is locked to version 1.11.0 and an update of this package was not requested. -

[google-appengine] Re: Billing charges incurred on a project application that has been disabled on app engine [getting-started]

2022-06-29 Thread 'Osvaldo Lopez Acuña' via Google App Engine
If you disable an app, you should also disable billing for that app [1], as the app can still be charged for fixed billing costs, like datastore storage. While the app is disabled, requests to your app will fail. You may continue to incur charges from other Google Cloud products. For

[google-appengine] Re: Is this an attack?

2022-06-29 Thread 'Osvaldo Lopez Acuña' via Google App Engine
You can fill out this form [1] to report suspected abuse on Google Cloud Platform. Also, as a workaround, you can block abusive IP addresses as established here [2]: *you can use the App Engine firewall to block traffic to your app from IP addresses that present malicious intent or shield

[google-appengine] Billing charges incurred on a project application that has been disabled on app engine [getting-started]

2022-06-29 Thread Mobile Market
Hi Everyone, Would anyone know how to stop my application on app engine from incurring more costs after it has been disabled in the project settings, with no instances running? I tried to run the getting-started app on a project. The billing account isn't mine, but I asked someone so I could

[google-appengine] Re: Trouble using appengine-python-standard image and blob libraries in my py3 app

2022-06-28 Thread 'Andres Marquez Rodriguez' via Google App Engine
Python 3 does not have the bundled services enabled by default. Did you follow the guidelines (steps)[1] documented on this page? [1] https://cloud.google.com/appengine/docs/standard/python3/services/access On Tuesday, June 28, 2022 at 12:41:01 PM UTC-5 Daniel Kramer wrote: > I'm creating a

[google-appengine] Re: App Engine Python3 - Error creating public url for Google Cloud Storage files

2022-06-28 Thread Daniel Kramer
Apologies for the duplicate post. I sent the first and didn't see it post, after several hours I questioned whether I sent it properly so re-sent. I know realize it was due to it being my first post here and it was held back during a moderation period. On Tuesday, June 28, 2022 at 10:50:35

[google-appengine] App Engine Python3 - Error creating public url for Google Cloud Storage files

2022-06-28 Thread Daniel Kramer
I'm creating a very simple server to pass images to a mobile app. My images are stored in Google Cloud Storage. I'm new to App Engine in the py3 env, I've been running a py2.7 app for years. I'm also new to Cloud Storage. I have a bucket in storage with a bunch of images. I am able to access

[google-appengine] Trouble using appengine-python-standard image and blob libraries in my py3 app

2022-06-28 Thread Daniel Kramer
I'm creating a simple server to serve images from a Google Cloud Storage bucket. It will serve images to a mobile app. I'm new to Google Cloud Storage and a python3 Appengine server, I've been running a py2.7 server for years. I am able to create a cloud storage client and query items,

[google-appengine] Is this an attack?

2022-06-28 Thread Guanaco Devs
While checking the logs of my GAE flask app, I noticed that from June 3rd through June 10th there was a spike on traffick, which is highly unusual for my website. I checked the logs and found the reason for that were 3 IP addresses: 94.154.188.130: 1045 Times, 176.103.88.57: 678 Times,

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-23 Thread Pablo Nieto
I have only *runtime: php81* in my app.yaml. El miércoles, 22 de junio de 2022 a las 0:03:54 UTC+2, Andres Fiesco Casasola escribió: > It is important to know if you are using a flexible or standard > environment since flex environment is compatible with PHP 7.2 and 7.3 > runtimes, and

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread 'Andres Fiesco Casasola' via Google App Engine
It is important to know if you are using a flexible or standard environment since flex environment is compatible with PHP 7.2 and 7.3 runtimes, and standard is compatible with PHP 8.1, but in its preview phase [1], [2]. You can use PHP 8.1 in flex environment, but you need to use custom

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread 'Andres Fiesco Casasola' via Google App Engine
It is important to know if you are using a flexible or standard environment since flex environment is compatible with PHP 7.2 and 7.3, and standard is compatible with PHP 8.1, but in its preview phase [1], [2]. How to know if you are in a Standard or Flexible environment: In your app.yaml,

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread Pablo Nieto
HI. PHP 8.1, I dont't know if standard or flexible. Yes, I can connect to Gcloud Storage with web browser. El lunes, 20 de junio de 2022 a las 20:18:25 UTC+2, Osvaldo Lopez Acuña escribió: > Are you able to connect locally to Google Cloud Storage? Are you using a > standard or flexible App

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-20 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Are you able to connect locally to Google Cloud Storage? Are you using a standard or flexible App Engine environment? Which PHP version are you working on? On Monday, June 20, 2022 at 10:12:07 AM UTC-5 phu...@gmail.com wrote: > Hi all. > > I'm deploying my Yii 2 PHP application in Google Cloud

[google-appengine] Re: Phantom Front End instances are being counted and billed

2022-06-19 Thread OferR
My bad... The old default version was a F1 class. The new default (and only) version is F4 class. Question answered... On Sunday, June 19, 2022 at 8:34:15 AM UTC+12 OferR wrote: > Following the change to '*App Engine max_idle_instances setting will > apply per-version starting May 24,

[google-appengine] Phantom Front End instances are being counted and billed

2022-06-18 Thread OferR
Following the change to '*App Engine max_idle_instances setting will apply per-version starting May 24, 2022*', I have migrated all traffic to a single version and removed 3 other versions. My settings are (for all current and deleted versions): min_idle_instances = 1 max_idle_instances = 1

[google-appengine] Re: App Engine Phishing Website

2022-06-17 Thread Dan Babbitt
Thank you Hector for your help and for escalating internally. Our company is a Web Risk customer so we push URLs to Web Risk via API as opposed to the public facing website. Would your team be open to possibly vetting my company for direct access to report Phishing Websites hosted on GCE or

[google-appengine] Re: App Engine Phishing Website

2022-06-17 Thread 'Hector Martinez Rodriguez' via Google App Engine
The form you submitted is correct, but you can additionally use this one to report the fraudulent clone. Nevertheless, we created an internal report to escalate this concern too. On Thursday, June 16, 2022 at 4:58:18 PM UTC-5

Re: [google-appengine] Re: appengine cron jobs

2022-06-16 Thread 'Jose Lorea Sanchez' via Google App Engine
It seems there is no way to delete them directly from the Console. Instead, you will need to follow the documentation on Deleting cron jobs selecting the language you are currently

[google-appengine] App Engine Phishing Website

2022-06-16 Thread Dan Babbitt
Hello, I used the form to report a phishing website 10 days ago and the site, while difficult to reach, is still publicly accessible. What can we do to escalate? IP address: 34.145.113.173 https://34.145.113.173/ *Hostname:*

Re: [google-appengine] Re: appengine cron jobs

2022-06-15 Thread 'Rajesh G' via Google App Engine
I dont see the jobs to pause them. Regards, [image: image.png] On Thu, Jun 16, 2022 at 12:36 AM 'Andres Marquez Rodriguez' via Google App Engine wrote: > You can’t ‘stop’ it, but here is a documentation on how to pause it. [1] > > [1]

[google-appengine] Re: appengine cron jobs

2022-06-15 Thread 'Andres Marquez Rodriguez' via Google App Engine
You can’t ‘stop’ it, but here is a documentation on how to pause it. [1] [1] https://cloud.google.com/scheduler/docs/creating?hl=en#pause On Wednesday, June 15, 2022 at 3:25:20 AM UTC-5 rajesh...@veersoftsolutions.com wrote: > Hello, > How do I stop 'appengine-cron-jobs' from a console? > I

Re: [google-appengine] Re: Not able to delete app engine

2022-06-15 Thread sidh kadu
Hi, Please refer to the attachment, I have done some testing and after that want to delete this on my personal account. I'm not able to delete, now I have disabled app but I'm not sure billing is still active. I have deleted the bucket as well but only not able to delete this app engine.

[google-appengine] Re: Not able to delete app engine

2022-06-15 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Please share exactly what you have tried to delete your versions and service, what documentation you have checked, any error or log you have. If your environment is standard or flexible and also it might be helpful to share which language you are using. Finally, make sure you have the right

[google-appengine] Creation of image from iso and use it for creation of working compute instance

2022-06-15 Thread new user
Hi GCP group, Can anyone help in achieving this task. 1) iso to bootable image 2) bootable image to compute instance 3) and ssh and rdp should work without any issues for the created vm. Initially we followed this steps in the following documentation.

[google-appengine] appengine cron jobs

2022-06-15 Thread 'Rajesh G' via Google App Engine
Hello, How do I stop 'appengine-cron-jobs' from a console? I am referring to the following screen in the console [image: image.png] -- Support Team www.servicefolder.com

[google-appengine] Not able to delete app engine

2022-06-14 Thread sidh kadu
Hi Team, I have created app engine for some testing, but now I'm not able to delete. Can you please help me, how to delete Versions and services. Regards, Siddhesh Kadu -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Compute engine - Not able to run startup script

2022-06-14 Thread Rohith Kodiyath
I am not able to run startup script . Getting the following error ` systemd[1]: google-startup-scripts.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: google-startup-scripts.service: Failed with result 'exit-code' systemd[1]: Failed to start Google Compute Engine Startup

[google-appengine] Re: App Engine & Cloud Run in VPC

2022-06-06 Thread 'Ernesto Contreras Pinon' via Google App Engine
The VPC serverless connectors would work well for this purpose, since they are used to connect your serverless services to a VPC with internal IP addresses. This ensures that the connection between the front and back ends goes through the VPC and not the internet. This documentation

[google-appengine] Re: Using pubsub to trigger subsequent cloud build with filtering

2022-06-06 Thread 'Jose Perez Sanchez' via Google App Engine
According to the error message, certain variables aren't sufficiently defined. Could you please check your IAM allocated roles? You should be something close to an "admin." It appears to be a rights-related error. Under Cloud Build, look at the Logging sections. Whether there isn't

[google-appengine] App Engine & Cloud Run in VPC

2022-06-06 Thread 'Stuart Henderson' via Google App Engine
Hi I am setting up a front-end in App Engine which speaks to a back-end in Cloud Run and I'd like all the traffic to be private (internal only). Is it necessary to use a serverless VPC Connector for this? I had pictured just adding these resources to the VPC subnet for the relevant region.

[google-appengine] Re: Using pubsub to trigger subsequent cloud build with filtering

2022-06-03 Thread Tom Harris
To be 100% explicit, I am adding the following into the Filters section of my Cloud Build Trigger, within the "Filter Editor" tab, as the first tab doesn't let me select anything useful from the build pub/sub message. This is right from the documentation. *filter: build.status ==

[google-appengine] Re: The API call datastore_v3.Put() enable

2022-06-03 Thread Ankit Dwivedi
Thanks, Its working with your suggestion. On Tuesday, 31 May 2022 at 01:07:06 UTC+5:30 NoCommandLine wrote: > Correction - '*gcloud beta app deploy*' > > On Monday, May 30, 2022 at 12:33:27 PM UTC-7 NoCommandLine wrote: > >> Try deploying your app with *'gcloud app beta deploy' *instead of the

[google-appengine] Using pubsub to trigger subsequent cloud build with filtering

2022-06-02 Thread Tom Harris
I have one cloud build trigger in one of our projects that deploys an App Engine. I have also created a pubsub topic named 'cloud-builds' in this same project, and I see that build event messages are being sent to that topic during and at the end of builds. I am attempting to use this topic

[google-appengine] Re: Adding custom domain that does not support AAAA

2022-06-02 Thread 'Ernesto Contreras Pinon' via Google App Engine
Which domain name registrar are you using for your domain? Also, what is the incompatibility you are seeing with records from your App Engine app? You can check the documentation for additional

[google-appengine] Re: Problem Upgrading from 354.0.0

2022-06-02 Thread 'Andres Marquez Rodriguez' via Google App Engine
As a workaround, you can install Python 3 and set the CLOUDSDK_PYTHON env var to python3. On Wednesday, June 1, 2022 at 5:37:55 PM UTC-5 ron...@gmail.com wrote: > No, I'm still using version 354.0.0. This was the response from the > support team (I'm not sure they understand the issue is with

[google-appengine] Re: Problem Upgrading from 354.0.0

2022-06-01 Thread ron...@gmail.com
No, I'm still using version 354.0.0. This was the response from the support team (I'm not sure they understand the issue is with their PHP server dev_appserver.py). Let me know if you find an answer. *Hi,* *Thanks for contacting Google Cloud Platform Support Team,* *I was reviewing this

[google-appengine] Adding custom domain that does not support AAAA

2022-06-01 Thread Rafael Espí Botella
We have added a custom domain in our AppEngine, but the DNS does not resolve correctly. Invoking the domain causes an ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. From origin there is no compatibility with . Is there a configuration alternative to that we can add to our AppEngine to

[google-appengine] Re: Problem Upgrading from 354.0.0

2022-06-01 Thread Michael Fawcett
Did you manage to solve this? Suffering the same issue on Windows 11 since updating components 'gcloud components update' On Friday, 19 November 2021 at 20:49:38 UTC ron...@gmail.com wrote: > When I have attempted to upgrade from version 354.0.0 to 364.0.0 or to > 365.0.00 on Windows 7 with

[google-appengine] Re: Google Cloud App Engine (GAE) Flexible: Load Balancer error: backend_connection_closed_before_data_sent_to_client

2022-05-30 Thread Vit Amin
"The solution for this issue, is to configure the keepalive timeout parameter for your web server appropriately. (In short, set Keepalive to greater than 10 minutes, such as the recommended value of 620.)" where should I do it in case of Google App Engine Flexible? how to get this settings?

[google-appengine] Re: The API call datastore_v3.Put() enable

2022-05-30 Thread NoCommandLine
Correction - '*gcloud beta app deploy*' On Monday, May 30, 2022 at 12:33:27 PM UTC-7 NoCommandLine wrote: > Try deploying your app with *'gcloud app beta deploy' *instead of the > normal 'gcloud app deploy' > > When 'Bundled API for Python 3' was first released, it was only available > in

[google-appengine] Re: The API call datastore_v3.Put() enable

2022-05-30 Thread NoCommandLine
Try deploying your app with *'gcloud app beta deploy' *instead of the normal 'gcloud app deploy' When 'Bundled API for Python 3' was first released, it was only available in beta and required you to use 'gcloud app beta' commands. If you didn't, you would get the error about enabling

[google-appengine] Re: The API call datastore_v3.Put() enable

2022-05-30 Thread Ankit Dwivedi
Can anyone help us into this please. On Monday, 30 May 2022 at 16:34:51 UTC+5:30 Ankit Dwivedi wrote: > Hi All, > > We are facing a issue when trying to use memcache in one of our > application and getting below error. > > Traceback (most recent call last): File >

[google-appengine] The API call datastore_v3.Put() enable

2022-05-30 Thread Ankit Dwivedi
Hi All, We are facing a issue when trying to use memcache in one of our application and getting below error. Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.9/site-packages/flask/app.py", line 2077, in wsgi_app response = self.full_dispatch_request() File

[google-appengine] Re: GAE deployment throwing Error Response: [13] The system encountered a fatal error

2022-05-27 Thread 'Ernesto Contreras Pinon' via Google App Engine
The solution from the IssueTracker URL you were not able to access is also published in this Stackoverflow thread. You can try to check if it helps, but from the new error that you have received, it seems this is more of an issue related to the

[google-appengine] Re: GAE deployment throwing Error Response: [13] The system encountered a fatal error

2022-05-27 Thread Adriana Capua
Hi Ernesto, Thanks a lot for the response. We have already tried the solutions we found online ie. validated billing account is okay, and adding permissions. etc. Specifics are below: 1. Verified almost all other threads 2. App.yaml has not defined min or max instance...just instances

[google-appengine] Re: Error Response: [13] The system encountered a fatal error

2022-05-27 Thread Adriana Capua
Hi, we are currently experiencing this same issue. May I know how this got fixed? Would really appreciate a response. Thank you! btw- we have already submitted a ticket to Google for this but they haven't responded back yet. On Wednesday, January 26, 2022 at 12:37:12 AM UTC+8 babdelrahman

[google-appengine] Re: GAE deployment throwing Error Response: [13] The system encountered a fatal error

2022-05-27 Thread Adriana Capua
Here's the part of the logs. Also, the weird thing is we are getting different error messages. Last time we were getting the error "[13] The system encountered a fatal error" and sometimes "[14] Cloud Container build either failed or interrupted.". For this instance when I tried to do a

[google-appengine] Re: GAE deployment throwing Error Response: [13] The system encountered a fatal error

2022-05-26 Thread 'Ernesto Contreras Pinon' via Google App Engine
This error is rather generic and can be caused by multiple factors. Have you read past issues like this that have possible solutions? In this sample , the issue was solved through re-associating the App Engine service account with the app, for

[google-appengine] GAE deployment throwing Error Response: [13] The system encountered a fatal error

2022-05-26 Thread Adriana Capua
Wondering if anybody here encountered this error when deploying to app engine? There are no changes with the app.yml file config and this was working before. command used: gcloud app deploy --quiet --no-promote --no-stop-previous-version --version={VERSION_NUMBER} I have submitted an issue

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-18 Thread 'Jose Lorea Sanchez' via Google App Engine
Here is a post from “StackOverflow” that has similar characteristics. The user configures SECURE_SSL_REDIRECT and his App Engine has presented similar issues. The answer suggests adding a secure parameter to the app.yaml file. Could you try this?

[google-appengine] Re: Google Cloud App Engine (GAE) Flexible: Load Balancer error: backend_connection_closed_before_data_sent_to_client

2022-05-18 Thread 'Andres Marquez Rodriguez' via Google App Engine
As per the error "backend_connection_closed_before_data_sent_to_client", the backend unexpectedly closed its connection to the load balancer before the response was proxied to the client. Please, follow this link for more information [1]. The GFE generates this HTTP response code[2] when the

[google-appengine] Getting error during Billing

2022-05-18 Thread MySelf Luqman
[image: error.PNG] I am trying to buy Google API but in the final step it shows me this error how I can solve this can anyone help me out I will be very thankful to you. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

[google-appengine] Re: Error: Cannot sign data without `client_email`.

2022-05-18 Thread 'Ernesto Contreras Pinon' via Google App Engine
You can review the relevant roles for Cloud Storage that allow you to download/upload/manage objects and buckets here . Did your application start showing this error without any change in the configuration? Also,

[google-appengine] Error: Cannot sign data without `client_email`.

2022-05-17 Thread Maha Farhat
I am running GAE Flexible environment that is set up to use the default service account which has the Editor Role. Since last week I have started facing the below issue when connecting to GCS from GAE which results in the failure of the running process. *Error: Cannot sign data without

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-17 Thread 'Nikhil Patil' via Google App Engine
To update you I managed to get the root cause. Django settings.py has SECURE_SSL_REDIRECT configuration. If I enable it(I must), I get above issue,if I disable then the instance starts successfully. Do you have any idea? On Saturday, May 14, 2022 at 8:12:47 AM UTC+9 Osvaldo Lopez Acuña

[google-appengine] Re: Lost access to Google Cloud groups?

2022-05-16 Thread 'Ernesto Contreras Pinon' via Google App Engine
Hi, Can you please clarify what the change that caused losing access to your previous Google Groups membership was? On Thursday, May 12, 2022 at 8:47:02 PM UTC-5 Sam G wrote: > *Could a Googler drop me a line 1:1?* We switched email services and I've > now lost access to my previous Google

[google-appengine] Google Cloud App Engine (GAE) Flexible: Load Balancer error: backend_connection_closed_before_data_sent_to_client

2022-05-16 Thread Vit Amin
I have GAE flexible this app.yaml: # [START runtime] runtime: python env: flex entrypoint: gunicorn -b :$PORT **.wsgi automatic_scaling: min_num_instances: 2 max_num_instances: 2 beta_settings: cloud_sql_instances:

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Were you able to change your App Engine settings the way Ernesto suggested? The issue ended on May 6, as you can see in the shared link, and App Engine was not affected. On Thursday, May 12, 2022 at 10:46:30 PM UTC-5 nikhilhem...@rakuten.com wrote: > Any update on this? > > > On Saturday,

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Were you able to change your Appengine settings the way Ernesto suggested? The issue ended on May 6 as you can check it in the shared link and Appengine was not affected. On Thursday, May 12, 2022 at 10:46:30 PM UTC-5 nikhilhem...@rakuten.com wrote: > Any update on this? > > > On Saturday,

[google-appengine] Re: inconsistent daily "frontend instance" costs

2022-05-13 Thread 'Ernesto Contreras Pinon' via Google App Engine
Each time your instances are started, they accrue instance hours up to 15 minutes after the last request or 15 minutes after the

  1   2   3   4   5   6   7   8   9   10   >