Hello, I understand that your NodeJS App Engine Standard application is not working. To replicate your issue, I used the code found in the Google Quickstart <https://cloud.google.com/appengine/docs/standard/nodejs/quickstart#download_the_sample_code> with the app.yaml you provided in the Google Groups thread. I removed the package.json file then deployed the application. It deployed well and the web page is running.
I cannot find a common issue at this time. So, it appears to me that there is something going on in your project that is causing this inconvenience. In this case, I would suggest for you to use the regular channel of support here <https://cloud.google.com/support>. I hope this helps. On Wednesday, January 20, 2021 at 10:46:35 AM UTC-5 Sadanand wrote: > Dear All, > > we are using GCP App Engine, Flex for multiple apps since 3+ years and > they are working with no issues > and we have one small app for which we are using App Engine , Standard , > that was working fine since 3+ years, > > All off a sudden App Engine , Standard instance stopped working, we tried > restarting the engine but it still fails. > > We re-deployed the app but it stills fails. Interesting observation is the > deployment is successful however it always show number of instances as > zero. > > Kindly help me to resolve this as early as possible, because our > production instance is down now. > > app.yaml file content is as follows > runtime: nodejs10 > env: standard > instance_class: B2 > handlers: > - url: /.* > script: auto > basic_scaling: > max_instances: 2 > > Thanks > Sadanand > Co-Founder, SociallyGood > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e44cd5cf-52e3-4113-8253-291b58adcab9n%40googlegroups.com.
