hello team,
I am having issues with my deployed angular app that uses Backendless
App ID: 9088AF67-1648-1726-FF09-A51862BF1A00
Backendless version 3
Since this morning (coincidentally Backendless was shortly down twice, not sure if related or not), I have been getting an error:
ERROR Error: Uncaught (in promise): Unable to connect to the network (zone.js), see here:
I use the code recommended in your docs to read multiple pages:
result.nextPage().then(handleResult, reject);
Also shown here by @vitaly-vengrov Load All Objects Using Javascript for Custom Business Logic - #2 by vitaly-vengrov
Everything works if I read only a few entries, but I need to read the whole data for each user.
Any idea what could be the issue? This has been working fine for years and we have not changed anything, so I am not sure what to do. The only thing I could see is that the error comes from the result.nextPage() call
cc @mark-piller
Thanks!