-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Worlds provides an AppEngine standard version, which doesn't work (yet) #651
Comments
Welp - appears I was two days early to trying it out! |
Note the docs say to use And the error message is a bit confusing (here instead of nodejs I used If I try nodejs8 I got this similar error:
Update: The above is true for the "flexible" app engine environment ( |
Yes this is confusing documentation. I'm using flex and I tried |
when i set What is the version used by |
Looks like it uses the version defined in the |
For flex env, in app.yaml you need following, Do don't specify the version in app.yaml and in package.json you need to specify the version Here are the list of version More details: https://cloud.google.com/appengine/docs/standard/nodejs/runtime |
* chore(main): release 3.0.3 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* chore(main): release 3.0.3 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
In appengine/hello-world/standard - it describes how to launch a nodejs app in the standard AppEngine platform. But this doesn't work ("Invalid runtime nodejs8 selected") - and the link to the docs (https://cloud.google.com/appengine/docs/standard/nodejs) 404s. So far, there hasn't been any mention in documentation that nodejs is supported in AppEngine standard.
The text was updated successfully, but these errors were encountered: