Hi! On docs here: <https://docs.airbyte.com/deplo...
# feedback-and-requests
d
Hi! On docs here: https://docs.airbyte.com/deploying-airbyte/on-gcp-compute-engine#connect-to-airbyte I was struggling "WHY DOESN'T MY SERVER START!" and, at least, shamefully, realized that my instance wasn't called airbyte ... 🤦 To prevent this from happening maybe you could edit:
Copy code
gcloud --project=$PROJECT_ID beta compute ssh airbyte -- -L 8000:localhost:8000 -N -f
into
Copy code
gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
m
Oh! @David Beck do you mind sending a PR correcting the docs?