Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am not able to run the server locally #524

Closed
monawwar-appointy opened this issue Aug 25, 2023 · 2 comments
Closed

I am not able to run the server locally #524

monawwar-appointy opened this issue Aug 25, 2023 · 2 comments
Labels

Comments

@monawwar-appointy
Copy link

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
@adhityamamallan
Copy link
Contributor

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.

@ibarrajo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants