Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #2
Hello
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs and request features on Google Cloud products. Please go through
I recommend you to
I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
Thank you
ku...@google.com <ku...@google.com> #3
Hi,
We haven’t heard back from you for further troubleshooting the issue, I'm going to close this thread which will no longer be monitored. If the issue still persists please open a new Public Issue Tracker with a clear description of your issue and the steps to reproduce it by referencing this thread.
Description
I have an app which has been deployed to app engine standard, I am trying to convert it to flex, but receive an error when I deploy
What you expected to happen:
My app to deploy.
Steps to reproduce:
I changed my app.yaml to flex, specifically
app.yaml changes:
env: standard -> flex
runtime: nodejs16 -> nodejs
package.json changes:
added:
"engines": {
"node": "= 16.x"
},
Other information (workarounds you have tried, documentation consulted, etc):
When I deploy, it appears to get through most of the deployment then I get this message, and I can find no logs or other information as to what goes wrong:
Step #1: 2022/06/30 16:51:29
Finished Step #1
PUSH
DONE
------------------------------------------------------------------------------------------------------------------------------------------------------
Updating service [my-company-my] (this may take several minutes)...failed.
ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.
Full build log (w/ sensitive information scrubbed) attached