Open aleksip opened 7 years ago
that sounds like the PouchDB
constructor which gets passed to hoodie does not include an adapter plugin. The PouchDB
option must be passed here: https://github.com/hoodiehq/ember-hoodie/blob/326de4968b12db37fe37435455b31a36fe5c1020/index.js#L36, see http://docs.hood.ie/en/latest/guides/hapi-plugin.html
It seems that installing
ember-cli-fastboot
to anember-hoodie
project breaks the app. The resulting error is:Error: Invalid Adapter: undefined at new PouchDB$5
.Steps to reproduce:
ember new
ember install ember-hoodie
ember install ember-cli-fastboot