As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I am developing an AngularJS App with Offline Caching.
Of course, I stored the angularjs lib locally (to be able to work offline).
However, although a certain database is replicated correctly (as I can see in Chromes developer console), the data is not showing correctly and I am getting errors.
Actually, the $kinvey.init function doesnt work out and leads to an error.
Any ideas how to handle this?
$kinvey.Sync.offline and $kinvey.Sync.online are fired correctly when the are supposed to.
Many thanks!
EDIT:
I found out that it has something to do with the grouping functionality.
If I do a normal query (without grouping), it does work
p6n
I am developing an AngularJS App with Offline Caching.
Of course, I stored the angularjs lib locally (to be able to work offline).
However, although a certain database is replicated correctly (as I can see in Chromes developer console), the data is not showing correctly and I am getting errors.
Actually, the $kinvey.init function doesnt work out and leads to an error.
Any ideas how to handle this?
$kinvey.Sync.offline and $kinvey.Sync.online are fired correctly when the are supposed to.
Many thanks!
EDIT:
I found out that it has something to do with the grouping functionality.
If I do a normal query (without grouping), it does work
Any ideas?