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
Currently it will just throw Uncaught TypeError: Cannot read property 'replace' of undefined, because somewhere along the parsing of the response replace is used on the value of type.
Currently it will just throw
Uncaught TypeError: Cannot read property 'replace' of undefined
, because somewhere along the parsing of the response replace is used on the value oftype
.The error is triggered at: https://github.com/emberjs/data/blob/master/addon/serializers/json-api-serializer.js#L139
The text was updated successfully, but these errors were encountered: