Closed danpoland closed 6 years ago
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.
Cannot read property 'scheme' of undefined.
Base.forEach(this.getService().schema.relationships, (value, key) => {
Here is a screenshot of the actual console error.
problem solved on 1.0.0-rc.7 :smile:
1.0.0-rc.7
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.