[google-appengine] Re: Issues with configuring React app for App Engine Standard Environment (Node.js 8 [beta])

2018-09-05 Thread Binh Bui Van
I guest you using node js as server. Note that, GAE standard does not support nodejs. You can config reactjs run without nodejs. Please see my config (app.yml) for sample. - runtime: python27 api_version: 1 threadsafe: true handlers: - url: / static_files: public/index.html upload:

[google-appengine] Issues with configuring React app for App Engine Standard Environment (Node.js 8 [beta])

2018-09-05 Thread event publisher
I have developed a simple app using React and Node.js 8 for Google App Engine. It works perfectly fine locally and deployed on the Flexible Environment, but if I try to deploy it on the Standard Environment by changing app.yaml, I get repeated 500 Server Errors with minimal information in the

[google-appengine] Fuison table Error 400

2018-09-05 Thread News Khulasa
i am useing fusion table database in Mit app Inventor Platforms App .All thing going ok but from today i get a error while getting the data base. i m not changing any block in Mit App platform neither google api console. then why this error -- You received this message because you are

Re: [google-appengine] Re: Sync Google Cloud Storage to Instance Cluster

2018-09-05 Thread 'David (Google Cloud Support)' via Google App Engine
Good suggestions about how to replicate data across all of the instances were given. If you don’t feel satisfied with these, I believe that if you elaborate more on your use case and explain what you are specifically trying to accomplish (why do you want to replicate data across all of your

[google-appengine] Re: App Engine Down

2018-09-05 Thread 'David (Google Cloud Support)' via Google App Engine
Hello, There has not been any issues reported for September 3rd which is when you posted your message. However, this looks like a bug to me. I can see your sites are up and running right now but if you want to find the root cause, please file a bug on Issue Tracker

Re: [google-appengine] Re: Why in Google App Engine Always 11 secs of Latency coming only for the first requests?

2018-09-05 Thread Sudhanshu Gaur
Thanks a lot for assisting @Steren, waiting for the solution. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [google-appengine] Re: Why in Google App Engine Always 11 secs of Latency coming only for the first requests?

2018-09-05 Thread 'Steren Giannini' via Google App Engine
Dan, it seems that the issue is not public. Would you mind making it public or keep the conversation in the public forum? On Mon, Sep 3, 2018, 08:08 'Dan S (Cloud Platform Support)' via Google App Engine wrote: > Hello, > > It seems that you have reported this issue in the Issue Tracker: >

[google-appengine] Re: Created multipul bucket from Client side and data can be readable and same client

2018-09-05 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, I understand that you’re experiencing an issue while creating folders in the Cloud Storage. In order to fully understand and investigate your issue, please provide me with the following information: 1. Have you faced any error message? if yes, please provide me with the content of this

[google-appengine] Maping GoDaddy domain with Google App Engine URL

2018-09-05 Thread KIRAN GUDIPATI
Hello I bought a domain from GoDaddy and trying to map it to my GAE Application (*.appspot.com). I added a custom domain on the App Engine and on the domains DNS configuration page, updated all the IP's and CNAME (subdomain) mapping to my app engine url (*.appspot.com). As per the docs,

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2018-09-05 Thread Luca Mattos Möller
I was having this issue when my GOPATH was pointing to a directory inside my gae project's directory. I was doing that because I wanted my server modules to be organized in a standard way (per Go standards) so that my go code analysis/navigation/lint plugins worked properly and at the same time

[google-appengine] Google cloud Appengine standard environment deployment using Admin API: “Cant find import” Error

2018-09-05 Thread Subra R
I am trying to deploy a simple "hello world" application in Appengine standard - Go environment via the Admin API. There is one source file hello.go with one import "google.golang.org/appengine" I followed the documentation here

[google-appengine] Re: Why GAE create many instances in short time?

2018-09-05 Thread samiislam via Google App Engine
By checking the screenshot that you have provided, it seems that your Activity log is showing that there were multiple Kubernetes Clusters launched through the particular service account. Could you please check if your Kubernetes Engine cluster has the autoscaler enabled as this might be the

Re: [google-appengine] Re: Firestore in datastore mode

2018-09-05 Thread Rajesh Gupta
It was discussed in the issue tracker, that alternates were being researched on this. https://issuetracker.google.com/issues/35894207 Any updates that can shared on this. On Tue, Sep 4, 2018 at 9:30 PM, 'David (Google Cloud Support)' via Google App Engine wrote: > Hello Rajesh, > > As stated