-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.14.0: included relationship in JSONAPISerializer with additional links.related causes backtracking re-render #5023
Comments
We are having the same issue in all of our apps. We've had to go back to 2.13.1 |
Same here!! Going back to 2.13 |
I also ran into this issue when the API returns |
This issue is happening in ember-data |
Same issue. 2.14.3. Rolling back to 2.13 branch (specifically 2.13.2) fixed this. This was driving me mad. Thank you for the hint. |
Any update on this? This essentially blocks upgrading to 2.14.x for many apps. |
This issue should be closed. It's a duplicate of #4942 |
Hi @buschtoens. I tested my fix (#5119) against your example app and the data loads correctly. Thank you for creating this example app! |
Demo app here: https://github.com/buschtoens/ember-data-included-records-demo
Ember Data 2.13 works fine.
When a JSONAPI compliant server responds with included relationships, but also includes a
links.related
field, Ember crashes with a backtracking re-render error, if that relationship was accessed in a template.A request to
/show-stopper
is never actually performed.The text was updated successfully, but these errors were encountered: