[google-appengine] Re: App Engine Standard - app:invalid port 8080

2022-02-07 Thread Jason Collins
To be clear: I meant the App Engine message was pretty misleading. Your message was fine. :) On Monday, 7 February 2022 at 09:55:13 UTC-8 zhenyang@gmail.com wrote: > Sorry about the message. > > Thank you for the information. > I will try to bind directly to port 8080. > > Thanks Jason > On

[google-appengine] Re: App Engine Standard - app:invalid port 8080

2022-02-07 Thread Chong Zhen Yang
Sorry about the message. Thank you for the information. I will try to bind directly to port 8080. Thanks Jason On Monday, February 7, 2022 at 10:02:54 AM UTC+8 jason.a...@gmail.com wrote: > That's a pretty misleading message; don't worry about it. > > If you bind to $PORT, you'll get an nginx in

[google-appengine] Re: App Engine Standard - app:invalid port 8080

2022-02-07 Thread 'George (Cloud Platform Support)' via Google App Engine
For related detail, you may check the "Application startup" sub-chapter of the "Node.js Runtime Environment" page. On Sunday, 06 February 2022 at 11:41:31 UTC-5 zhenyang@gmail.com wrote: > Hello, > > I'

[google-appengine] Re: App Engine Standard - app:invalid port 8080

2022-02-06 Thread Jason Collins
That's a pretty misleading message; don't worry about it. If you bind to $PORT, you'll get an nginx instance running in front of your application. If you don't want the nginx instance, you can bind directly to port 8080. On Sunday, 6 February 2022 at 08:41:31 UTC-8 zhenyang@gmail.com wrote: