Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-30 Thread 'Steren Giannini' via Google App Engine
I can successfully deploy your app to my project. Would you mind sending me privately your project ID ? On Mon, Jul 30, 2018 at 5:24 PM Steren Giannini wrote: > Thanks for the feedback. > > I do not see what is wrong with your code, so I will open an internal bug > for investigation. We should

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-30 Thread 'Steren Giannini' via Google App Engine
Thanks for the feedback. I do not see what is wrong with your code, so I will open an internal bug for investigation. We should at least provide a better error message. I will keep this thread up to date when I learn more. Steren Product Manager On Mon, Jul 30, 2018 at 1:23 PM Ernesto Alejo wr

Re: [google-appengine] Re: React JS routers doesn't work

2018-07-30 Thread 'Yasser Karout (Cloud Platform Support)' via Google App Engine
Birhanu's app.yaml looks like this according to the changes he mentioned: # [START runtime] runtime: nodejs8 api_version: 1 instance_class: F2 handlers: - url: /(.*) static_files: dist/index.html upload: dist/index.html secure: always - url: / static_dir: dist # [END runtime] On

[google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-30 Thread Ernesto Alejo
I am trying to deploy a hello world example to App Engine Standard to try Node 8 and it fails every time with an internal error. The full code (a simple hello world copied from the getting started) is here: https://github.com/ernestoalejo/gae-node8-test When I run gcloud app deploy it retur

[google-appengine] Re: help with finding something that was in my virgin mobile phone cloud . m

2018-07-30 Thread 'Ali T (Cloud Platform Support)' via Google App Engine
Hi Adam, This issue is not related to Google Cloud Platform. I would suggest you contact your phone company or post this question on Quora or Yahoo Answers . On Monday, July 30, 2018 at 9:01:43 AM UTC-4, Adam Weaver wrote:

[google-appengine] Re: Static IP/Reverse proxy for Standard environment?

2018-07-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mishra, Have you considered using Cloud VPN for your purposes? More related detail is to be found on the "Quickstart for Route based Cloud VPN" page . What is to purpose of uploading ima

[google-appengine] Re: Getting history mode to work with Vue app deployed on Google Cloud

2018-07-30 Thread 'Olu' via Google App Engine
> I was able to access the QuantumJS URL > directly by clicking on your link. I was also able to access the Link when > I go through the Index page first. > Reviewing the details of the Stackoverflow Link

[google-appengine] Re: gae flexible + firebase/firestore

2018-07-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Howard, You are right about the fact that you cannot use Firebase once you have used Datastore in the same project. This is the situation at present. As a workaround, you may open meanwhile a second project, to use Firebase, if this addresses your issue. There are plans to lift this rest

[google-appengine] Re: How do I specify instance class for the Node.js standard environment?

2018-07-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mani, Under the "Runtime and app elements" subtitle of the "app.yaml Configuration File" documentation page, you may have a look at the "intance_class" sub-chapter, to get needed information

[google-appengine] about instance id's in gcp

2018-07-30 Thread Himank sharma
Do we have concept of instance id's in gcp as there in aws? -- 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 google-appengine+unsubscr...@googlegroups.com. T

Re: [google-appengine] Re: appcfg.py download_app HandshakeError ssl.c:726

2018-07-30 Thread Dzhovani Chemishanov
Thanks!   The full reinstallation of the gcloud sdk did it. On 7/27/2018 10:28 PM, 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: Hi Dzhovani, I recommend that you uninstall your Cloud SDK, reboot your machine, and reinstall a fresh copy of it via this link

[google-appengine] help with finding something that was in my virgin mobile phone cloud . m

2018-07-30 Thread Adam Weaver
my phone broke and i desperately need information that was on my cloud but I dont know how to find it can some one help me pls -- 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

[google-appengine] Getting history mode to work with Vue app deployed on Google Cloud

2018-07-30 Thread Nikos Katsikanis
Can someone advise on this https://stackoverflow.com/questions/51563340/getting-history-mode-to-work-with-vue-app-deployed-on-google-cloud http://www.quantumjs.com/events works if you visit index first, but not if direct -- You received this message because you are subscribed to the Google Gro

Re: [google-appengine] Re: React JS routers doesn't work

2018-07-30 Thread Nikos Katsikanis
pls share your ap.yaml, I have the same issue with a vue app On Friday, July 27, 2018 at 2:26:23 PM UTC+1, Birhanu Hailemariam wrote: > > That looks like it. Changed the first handler to this */(.*) *and the > send only to* / *and now got it work. Thanks, Jean! > > On Fri, Jul 27, 2018 at 12:26 A

[google-appengine] Does Premium Network Service Tier change the Always Free tier to not free?

2018-07-30 Thread Seungmin Kim
https://cloud.google.com/network-tiers/ I am using an Always Free f1.micro instance in us-west. I have gotten an ipv4 static ip, but it says that in us-west, only the Premium network tier is available, and not the Standard tier. Does this make the Always Free instance not free? If that is true,

[google-appengine] Re: Static IP/Reverse proxy for Standard environment?

2018-07-30 Thread Parth Mishra
So it seems like Flexible is the only way to do this but I'm still curious how it works in the case of a cloud VPN. I can launch the flex instances into a Cloud VPN and then does the on-premise application still make requests to the https://*.appspot.com endpoint? or is it IP based? On Friday,