Azure-Samples / container-apps-store-api-microservice

Sample microservices solution using Azure Container Apps, Dapr, Cosmos DB, and Azure API Management
MIT License
340 stars 422 forks source link

Create order error: state store is not configured #36

Open BigFatDog opened 2 years ago

BigFatDog commented 2 years ago

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

  1. Follow toturial: https://learn.microsoft.com/en-us/azure/container-apps/dapr-github-actions?tabs=bash
  2. Github actions run well
  3. Access application url of node-service: https://node-app.wonderfulrock-6c248728.canadacentral.azurecontainerapps.io/
  4. Input id and item, then create new order
  5. 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.

mikocot commented 1 year ago

Have you been able to find a solution to this issue?