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
I get following error when using this adapter:
Uncaught TypeError: Cannot set property 'intercept' of undefined"
at breeze.debug.js:17132
This is causing further issue that breeze is no longer recognized. I am using latest full version of odatajs (4.0). Have kept the order of files exactly same as prescribed.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I'm not actively working on this for the time being (the project I used it on is on hold), and it's unlikely that I'll have time to investigate. However, if you (or anyone else) has time to check it out, I am certainly open to pull requests.
However, the Breeze team are working on an official adapter - see Breeze/breeze.js#39 (comment), so you should be able to move over to that soon.
Thanks for the update. My problem is that the basic set up itself never worked. May be due to changes from beta to final version. Will keep a watch on update from Breeze team.
I get following error when using this adapter:
Uncaught TypeError: Cannot set property 'intercept' of undefined"
at breeze.debug.js:17132
This is causing further issue that breeze is no longer recognized. I am using latest full version of odatajs (4.0). Have kept the order of files exactly same as prescribed.
The text was updated successfully, but these errors were encountered: