We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{"errorCode":"ERR_DIRECT_INVOKE","message":"failed getting app id either from the URL path or the header dapr-app-id"}
dapr run --app-id api --app-port 8000 --dapr-http-port 3500 python main.py
this is a veryyyyyyyy frustating issue since the associated video is amazing... plz help!
The text was updated successfully, but these errors were encountered:
holy beans... after trying the quick start examples from the documentation I've found the solution...
the current code does not includes the expected URL as bellow:
http://localhost:3500/v1.0/invoke/api/method http://localhost:3500/v1.0/invoke/api/method/hello?name=foobar
http://localhost:3500/v1.0/invoke/api/method
http://localhost:3500/v1.0/invoke/api/method/hello?name=foobar
anyway, it was a nice journey into dapr first steps... hope u can include additional info about this for the poor souls that reach your examples! loL
best regards
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
Environment:
S.O
dapr
python
Error
{"errorCode":"ERR_DIRECT_INVOKE","message":"failed getting app id either from the URL path or the header dapr-app-id"}
dapr run --app-id api --app-port 8000 --dapr-http-port 3500 python main.py
Aditional comments
this is a veryyyyyyyy frustating issue since the associated video is amazing... plz help!
The text was updated successfully, but these errors were encountered: