Closed markheath closed 1 year ago
Not sure why it's not working for you.
Are you using the full commands as shown in the start-self-hosted.ps1
files in each microservice folder?
Hey @markheath , thanks for getting back to me.. I found the source of the problem.. a VPN connection was still active, causing the issue... now when running dapr run --dapr-http-port 3500 it comes up fine and reports "You're up and running! Dapr logs will appear here." immediately. Thanks
Hi @markheath, I have just cloned your v1.11 upgrade version of the code, and when I run
dapr run --dapr-http-port 3500
in standalone mode, I cannot call the dapr endpoints. Instead this is the error (on MacOS Ventura):Any ideas why that may be occurring?
Thanks! Thomas