0
votes

I'm trying to debug a problem with deploying an Express server, and I need to see the logs. I can't do it locally because the issue is my launch configuration/app.yaml.

So below is a picture of my console, where I can see the instance.

Also in the terminal I can use gcloud and see the same instance, but when I try to ssh into it or enable debug the CLI tells me there are no such instnaces

These are my GCP console for App Engine where I can see the current instances

When I run gcloud app instances I can see a list of the instances in GAE

[Trying to enable debug mode on the instances][3]

1

1 Answers

0
votes

You need to add instance id after the command

gcloud app instances enable-debug 0061...