container-apps-store-api-microservice
container-apps-store-api-microservice copied to clipboard
Create order error: state store is not configured
This issue is for a: (mark with an x)
- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
- Follow toturial: https://learn.microsoft.com/en-us/azure/container-apps/dapr-github-actions?tabs=bash
- Github actions run well
- Access application url of node-service: https://node-app.wonderfulrock-6c248728.canadacentral.azurecontainerapps.io/
- Input id and item, then create new order
- See error message
Any log messages given by the failure
"<_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.FAILED_PRECONDITION\n\tdetails = "state store is not configured"\n\tdebug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.0.1:50001 {created_time:"2022-10-10T17:04:06.002386593+00:00", grpc_status:9, grpc_message:"state store is not configured"}"\n>"
Expected/desired behavior
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
Command line on MacOS, all other procedures are done on Azure Portal
Versions
Mention any other details that might be useful
Thanks! We'll be in touch soon.
Any log messages given by the failure
"<_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.FAILED_PRECONDITION\n\tdetails = "state store is not configured"\n\tdebug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.0.1:50001 {created_time:"2022-10-10T17:04:06.002386593+00:00", grpc_status:9, grpc_message:"state store is not configured"}"\n>"
Expected/desired behavior
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
Command line on MacOS, all other procedures are done on Azure Portal
Versions
Mention any other details that might be useful
Thanks! We'll be in touch soon.
Have you been able to find a solution to this issue?