Closed sureshprasanna70 closed 5 years ago
Hi @sureshprasanna70, great job so far. Well done. Keep up the great work. :)
I suppose you see these issues because EmberFire v2 is not really compatible with Ember v3.6 and above... As I noticed you use v3.7. The stable EmberFire v3 haven't released yet, but we are close, I think.
Try the followings. Change ember-data
and ember-source
version to ~3.4.0
and run npm install
... What do you see?
Hi @zoltan-nz downgrading ember-data
and ember-source
to ~3.4.0
did the trick.
Thanks for confirming... hope we can update the tutorial soon when the final EmberFire v3 will be released.
I'm on lesson 6 where we work on seeding the database with randomly generated data. I'm able to generate seed data for library. I'm facing issues when it comes to generating authors and books. The issue pops up only if the record count is more than 1. You can view my code here https://github.com/sureshprasanna70/yoember.
My package.json
Any help would be appreciated. Thanks