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.
Aris, can you comment with a somewhat exact time as to when this started happening?
Also, can you please provide me with the KID of your app?
Thanks,
Thanks Aris / V3ga for the bug report.
This is confirmed as a bug. Single user push is *not* working in the latest version of business logic. If you passed in an array of user(s)(1 or more) then your issue should be resolved.
This should be addressed soon, though the workaround of passing a single user in an array will continue to work after the fix is implemented.
Thanks,
Vega,
Is that tiny snippit at the end not working?
Thanks,
I just did it on another account and it does not log the request. Either from the "Test" button in the code editor, or from the api console. I get a "success" and http status 200, but no logs.
I believe this is proof custom endpoints were affected aswell in the latest business logic version.
Please advise.
thx!
George
Br,
George
I have the same problem. This code doesn't work. If I put response.continue instead of response.complete i receive message on phone but got error 500 BLTimeOut. Please help.
function onRequest(request, response, modules) {
var push = modules.push,collectionAccess = modules.collectionAccess;
collectionAccess.collection('user').find({'username': 'beo.001'}, function (err, user) {
//push.broadcastMessage(user.username);
push.sendMessage(user, 'user.username');
});
response.continue();
}
I can not understand that one of the key items on this platform does not work nearly two weeks. Do you intend to fix this problem and when. Because if you do not fix this I need to find another solution in a very short time. This is the fourth message I sent to your support and so far I have not received any answers.
It was an example of how it works and it should not. But today the situation is a little better. I noticed that messaging sometimes works sometimes not. It seems to me that this service is not reliable for production. I wonder if it is the same situation when you take a paid package or it works 100%.
This code does not work. No messages on phones.
function onRequest(request, response, modules) {
var push = modules.push;
push.broadcastMessage('message');
response.complete(200);
}
I do not believe that there is a simpler example.
Hello Gentlemen,
I apologize for my absence at the end of last week I was quick sick.
I understand that there were quite a few issues with push. We believe that we have gotten things under control on our end at this time. Can you all let me know if you have any outstanding problems?
Thanks,
Aris Sarris
Hello,
I have developed a social iOS app with standard Like and Comment activities.
Push triggers (BL Scripts) were working as expected and iOS users got push notifications until a couple of days ago.
At the moment Users do not receive any push when triggered from Business Logic scripts. They DO receive if sent from console.
Issue seems similar to this one.
Any ideas?
Cheers,
Aris
2 people have this question