Ignatov Dan
Ignatov Dan
**Describe the bug** I am working with tutorial https://reimagined.github.io/resolve/docs/tutorial/ and finished the https://reimagined.github.io/resolve/docs/tutorial/#lesson-2---read-side---create-a-read-model-to-query-shopping-lists step. I created several entities using this command: curl http://localhost:3000/api/commands -H "Content-Type: application/json" -X POST -d @createShoppingList.xml...
**Describe the bug** I am working with tutorial https://reimagined.github.io/resolve/docs/tutorial/ and finished the https://reimagined.github.io/resolve/docs/tutorial/#lesson-2---read-side---create-a-read-model-to-query-shopping-lists step. I started the resolve server: 'yarn dev' Then I tried to get data from my read...