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

Quickstart Service Invocation tab for Javascript points at incorrect port creating exception #2362

Closed
c835722 opened this issue Apr 13, 2022 · 1 comment
Assignees

Comments

@c835722
Copy link

c835722 commented Apr 13, 2022

URL of the docs page

https://docs.dapr.io/getting-started/quickstarts/serviceinvocation-quickstart/
Javascript tab

How is it currently worded?

dapr run --app-port 6001 --app-id order-processor --app-protocol http --dapr-http-port 3501 -- npm start

How should it be worded?

dapr run --app-port 5001 --app-id order-processor --app-protocol http --dapr-http-port 3501 -- npm start

Screenshots

Additional context

@hhunter-ms
Copy link
Collaborator

/assign

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

No branches or pull requests

2 participants