You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I'm in a slightly similar boat - trying to integrate the live data just breaks my app. It doesn't even load any elements, just returns a white screen.
If you switch to using live data as the video shows, when you hit a "deep link" directly rather than navigating to it, you get an error.
Per the video, change the post route to...
Now go direct (don't navigate via the UI) to /index.html#/posts/875
You will see the following error in the console...
I thought that posts was a Promise?
How do you get around this in Ember.js ?
The text was updated successfully, but these errors were encountered: