Replies: 1 comment
-
Hi @xolott Thanks for the question! Since the output you posted does not capture The first step to debugging the connection is to check the status of the sandbox: That might give a first (and easiest) clue. Other things you can do to debug this are:
If not, there may be a problem with the connection needed for the local sandbox to function. Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
I have an app running on port 3000. Doing
http://localhost:3000
on my browser works as expected.Then I run these commands:
Where
sandbox.yaml
contains:It fails with:
Is there a way to debug the connection?
Creating a sandbox in the cluster work as expected with our initial tests
Beta Was this translation helpful? Give feedback.
All reactions