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
Right now I cant reproduce with neither 1.13.6 nor 1.13.7. It appears it's not triggered at all by calling findRecord on the store at all, but only with side-loading individual records - which I don't remember where I triggered this the last time in my app.
Maybe #3554 this could have any effect on this?
Then I would be fine with closing this until I run into it again with 1.13.7 - or can anyone else reproduce?
Hey,
my server returns a list of records for findRecord requests, which used to work just fine up until 1.13.6.
E.g.:
/artist/45
triggers now
here: https://github.com/emberjs/data/blob/master/packages/ember-data/lib/system/store/finders.js#L32
For now I worked around it like this:
The text was updated successfully, but these errors were encountered: