temporalio/temporal-ecommerce

[Bug] Incorrect port provided in the example

Opened this issue · 0 comments

What are you really trying to do?

Start the application after cloning and running all of the setup parts (go mod download, npm install)

Describe the bug

In the Instruction part, to run the API server command is provided: env PORT=3000 go run api/main.go, but the actual front-end is trying to make the calls to port 3001. There are inconsistencies as in Interacting with the API server with Node.js port 3001 is specified once again.