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

2018-07-31 Thread Ernesto Alejo
I just discovered it too. Also for future readers: if you don't have a start script in your package.json it uses "node server.js" by default. On Wednesday, August 1, 2018 at 1:23:42 AM UTC+2, Steren Giannini wrote: > > We are using the start script defined in package.json. > You can see that in

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

2018-07-31 Thread 'Steren Giannini' via Google App Engine
We are using the start script defined in package.json. You can see that in the sample, the start script is "node app.js" On Tue, Jul 31, 2018 at 3:35 PM Ernesto Alejo wrote: > Thank you very much! It's working now. It would probably be better to > document it somewhere though; I tried changing

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

2018-07-31 Thread Ernesto Alejo
Thank you very much! It's working now. It would probably be better to document it somewhere though; I tried changing the main field in the package.json file too and it didn't work so I suppose it is a requirement to have a file called app.js in the root of your project. On Wednesday, August 1,

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

2018-07-31 Thread 'Steren Giannini' via Google App Engine
You probably renamed a file: the sample uses app.js, but you are uploading index.js. On Tue, Jul 31, 2018 at 3:22 PM Ernesto Alejo wrote: > Also the error changed now: > > Error: Cannot find module '/srv/app.js' > at Function.Module._resolveFilename (module.js:547) > at Function.Module._load

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

2018-07-31 Thread Ernesto Alejo
Also the error changed now: Error: Cannot find module '/srv/app.js' at Function.Module._resolveFilename (module.js:547) at Function.Module._load (module.js:474) at Function.Module.runMain (module.js:693) at startup (bootstrap_node.js:191) at (bootstrap_node.js:612) On Wednesday, August 1, 2018

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

2018-07-31 Thread Ernesto Alejo
I am deploying these files except the README: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world/standard This is the manifest the gcloud CLI logs in verbose mode, formatted to make it easier to read it, with the checksums: [ { "package.json":

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

2018-07-31 Thread 'Steren Giannini' via Google App Engine
Can you confirm that you did not modify the hello world sample? I personally just deployed the hello world twice in new projects On Tue, Jul 31, 2018 at 3:06 PM Ernesto Alejo wrote: > I can deploy the hello world application now, but when I try to access it > a 500 error is returned and this

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

2018-07-31 Thread Ernesto Alejo
I can deploy the hello world application now, but when I try to access it a 500 error is returned and this error is logged in Stackdriver: "Error: Cannot find module '/srv/server.js' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25)

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

2018-07-31 Thread Jason Collins
This issue should be fixed now. We apologize for any inconvenience and will make adjustments to avoid this problem in the future. On Tuesday, 31 July 2018 08:27:39 UTC-7, Steren Giannini wrote: > > Thanks for the report. > We can reproduce the issue when creating new projects and we are

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-31 Thread epssdev
Did this issue get resolved? I see a lot of 502 Bad Gateway errors since my last components upgrade ~ 2weeks. On Friday, July 6, 2018 at 9:31:50 AM UTC-7, yi he wrote: > > Hello, > I met a issue. > Everything works fine at the begin of this week. In the middle of the > week, user reported can

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

2018-07-31 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
It depends on what you intend on doing with the ID itself, but there is indeed an identifier for every instance. As shown in this article . On Monday, July 30, 2018 at 10:26:38 AM UTC-4, Himank

Re: [google-appengine] Re: Using Process Managers

2018-07-31 Thread 'Julie (cloud platform support)' via Google App Engine
Can you provide the full details of the error when the restart is occurring(perhaps, a screenshot of the error) as it is not clear why a restart would be occurring. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] GCP components update causes “ConnectionRefusedError: [Errno 111] Connection refused” errors

2018-07-31 Thread epssdev
My GCP deployment was working fine until I did "gcloud components update" two weeks ago. I understand that the command updates the libraries, and there was an option to revert back to the previous version at the end of the update, but I do not understand why there are so many

[google-appengine] GCP components update causes “ConnectionRefusedError: [Errno 111] Connection refused” errors

2018-07-31 Thread epssdev
My GCP deployment was working fine until I did "gcloud components update" two weeks ago. I understand that the command updates the libraries, and there was an option to revert back to the previous version at the end of the update, but I do not understand why there are so many

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

2018-07-31 Thread 'Steren Giannini' via Google App Engine
Thanks for the report. We can reproduce the issue when creating new projects and we are actively investigating the issue. On Tue, Jul 31, 2018 at 7:44 AM Giacomo Graziosi wrote: > I have the same problem and other people are reporting it on GitHub >

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

2018-07-31 Thread Birhanu Hailemariam
Yes Yasser, part of it is exactly like that and I also added the following line between those *urls*. ` - url: / static_files: dist/index.html upload: dist/index.html` ` On Mon, Jul 30, 2018 at 11:48 PM 'Yasser Karout (Cloud Platform Support)' via Google App Engine wrote: > Birhanu's

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

2018-07-31 Thread Giacomo Graziosi
I have the same problem and other people are reporting it on GitHub https://github.com/GoogleCloudPlatform/nodejs-getting-started/issues/172 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving