You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the developer readme, https://github.com/Kong/kong/blob/master/DEVELOPER.md I would expect to run codespaces and for it run and forward on port 8000. However codespaces starts and fails to run "make dev-legacy". The ports also do not seem to fowarded under the Ports tab.
Expected Behavior
Codespaces is initiated and the ports are forwarded. Running curl localhost:8000 returns success. .devcontainer should contain the required build and start steps.
Steps To Reproduce
In the Kong repository, go to codespaces and create new codespace on the repo.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Kong version (
$ kong version
)3.0.0
Current Behavior
Following the developer readme, https://github.com/Kong/kong/blob/master/DEVELOPER.md I would expect to run codespaces and for it run and forward on port 8000. However codespaces starts and fails to run
"make dev-legacy"
. The ports also do not seem to fowarded under thePorts
tab.Expected Behavior
Codespaces is initiated and the ports are forwarded. Running
curl localhost:8000
returns success..devcontainer
should contain the required build and start steps.Steps To Reproduce
In the Kong repository, go to codespaces and create new codespace on the repo.
Anything else?
No response
The text was updated successfully, but these errors were encountered: