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
This has been working but is now failing with ember-data 1.13.11,. I'm not sure exactly when it started to fail, I'm going to try building a bunch of versions to see if I can pin it down. Unless this is known, or I'm doing it wrong, then I won't spend the time.
The user of an initializer for this seems to be the generally accepted advice, but there is no clear recommendation in the guides so maybe I've been doing it wrong? Or maybe something in the initializer chain is different.
The text was updated successfully, but these errors were encountered:
Hey @jrjohnson, sorry for the late reply. I think this should be fixed as of 1.13.16. Please let me know if it does not. For more info, here's the PR: #4143
This has been working but is now failing with ember-data 1.13.11,. I'm not sure exactly when it started to fail, I'm going to try building a bunch of versions to see if I can pin it down. Unless this is known, or I'm doing it wrong, then I won't spend the time.
app/initializers/inflector.js
I get
Error: No model was found for 'aamc-pcr'
However it works fine if I move it into
app/app.js
The user of an initializer for this seems to be the generally accepted advice, but there is no clear recommendation in the guides so maybe I've been doing it wrong? Or maybe something in the initializer chain is different.
The text was updated successfully, but these errors were encountered: