cadence-web icon indicating copy to clipboard operation
cadence-web copied to clipboard

I am not able to run the server locally

Open monawwar-appointy opened this issue 1 year ago • 1 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

monawwar-appointy avatar Aug 25 '23 14:08 monawwar-appointy

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.

adhityamamallan avatar Nov 09 '23 14:11 adhityamamallan

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],

ibarrajo avatar Apr 19 '24 23:04 ibarrajo