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.
Lots of new errors :-( Unable to delete objects using console, business logic stopped working... Rea
K
Karol
started a topic
almost 10 years ago
Unfortunately, recently I've found that Kinvey is really not reliable.
I'm no longer able to delete objects from my collection, using web console... (nothing happens after clicking on (x))
Moreover, my business logic ceased to work (it generates error in my iOS app). So far, it was working without any problems and I didn't change anything. My businness logic was really simple:
I'm very sorry to hear that you're so frustrated that you're considering stopping using Kinvey. I want to assure you that we take these issues VERY seriously and we are working very hard to resolve. The quality of our platform is of the utmost importance to us, and the amount of issues that have come up over the past week and change have been the exception and not the rule. On behalf of Kinvey, I apologize for the difficulties you're experiencing, and I want to let you know we are working right now to fix these outstanding issues.
S
Stephen Dodd
said
almost 10 years ago
Did you get a resolution to this Karol?
M
Michael
said
almost 10 years ago
Hi -this issue was fixed with a software update late last week.
Karol
I'm no longer able to delete objects from my collection, using web console... (nothing happens after clicking on (x))
Moreover, my business logic ceased to work (it generates error in my iOS app). So far, it was working without any problems and I didn't change anything. My businness logic was really simple:
collectionAccess.collection('Answers').update({_id:answerId}, { $addToSet: { agreeUserIds: user._id } } );
Now this line generate error:
"TypeError: Cannot read property 'multi' of undefined"
This is really frustrating... I think I'll have to resign from using Kinvey, as it's not the first time such errors occur...