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.
Yegor:
I believe this was a temporary outage related to some upgrades that we were doing last week. This isn't still affecting you is it?
Thanks,
Yegor Kozlov
Hello!
Today I noticed the strange error of BL. I do call in my BL like
collectionAccess.collection("Collection").find({"_id":collectionAccess.objectID(entityId)},{},function(err, results){
Usually in results I get an array with data(or empty array if entity with _id doesn't exist), but from time to time it returns me "undefined" in results.
I've created custom "test" endpoint to reproduce the issue and code looks like this:
To reproduce this issue in API console I run POST request /rpc/kid_-k8AUP2hw/custom/test with empty body.
Usual response is:
But after about 30th call I get next response and then again get correct responses:
I didn't found any documentation about this error. The error occurs for all my collections
Please help me