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
When I try to call new() on my Services I get a Cannot read property 'scheme' of undefined. error. The error is being thrown in the rest method of the Resource class on the below line.
When I try to call new() on my Services I get a
Cannot read property 'scheme' of undefined.
error. The error is being thrown in the rest method of the Resource class on the below line.Base.forEach(this.getService().schema.relationships, (value, key) => {
Here is a screenshot of the actual console error.
The text was updated successfully, but these errors were encountered: