reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Collection is dead! from zone.js #246

Open NazarioLeonPerez opened 4 years ago

NazarioLeonPerez commented 4 years ago

Hi, After updating to version 2.1.13 I continually receive in console the following error for any .all() call.

zone.js:391 Uncaught (in promise) Error: Collection is dead! at ContentsService. (ngx-jsonapi.es5.js:2995) [angular] at step (ngx-jsonapi.es5.js:33) [angular] at Object.next (ngx-jsonapi.es5.js:14) [angular] at fulfilled (ngx-jsonapi.es5.js:2609) [angular] at Object.onInvoke (core.js:26256) [angular] at :4200/polyfills.js:6246:34 [angular] at Object.onInvokeTask (core.js:26247) [angular] at drainMicroTaskQueue (zone.js:601) []

Any idea how to prevent this? Thanks