Open fpauser opened 4 years ago
I have the same issue with scenario 3, any luck @fpauser ?
My issue seems to be b/c I have a nested experssions key and that array has the op key we're looking for here.
Sorry for the delay in responding and for this unnecessary confusion.
This error is due to an incompatiblity between the v0.17 beta of ember-orbit used for this demo and the stable v0.16 of @orbit/jsonapi
that will be installed by default by running ember g data-source remote --from=@orbit/jsonapi
.
In hindsight, I should not have upgraded the main
branch of this demo to use v0.17 until it's out of beta.
This can be resolved fairly easily by updating @orbit/jsonapi
to ^0.17.0-beta.12
in your package.json and then running yarn install
.
Note I've extracted the demo server to https://github.com/orbitjs/todomvc-orbit-server and am still in the process of updating it. I expect to be finished in the next day or two.
Thanks for clarifying!
I followed the README.md for Scenario 4: Memory + Backup + Remote but get this error in my console: