uber/cadence-web

I am not able to run the server locally

monawwar-appointy opened this issue · 2 comments

I am trying to run the Cadence Web server on my local machine using Docker Compose, but I'm encountering an issue where it doesn't start successfully. While troubleshooting, I noticed that there were no open ports in the Docker container, so I manually opened port 8081. However, when I attempted to access localhost:8081, I encountered the error message displayed in the image below.

image

Hello, we recommend using Visual Studio Code's Dev Containers extension to start the Docker container.

We've updated the documentation with instructions on developing using Dev Containers, so you can try to follow those to see if it works for you.

Opening the cadence on the first start, its accessible on http://localhost:8088/ not port 8081

fragment from devcontainer.json

	// Use 'forwardPorts' to make a list of ports inside the container available locally.
	"forwardPorts": [8088,8090],