ga262

Results 4 comments of ga262

Thanks for your answer. When I run npm i for Parse Server 5.4.2, it installs directly the old push-adapter 3.4.1. When I installed Parse Server 4.10.13, it installed the latest...

I do not really understand how this function works ``` badgeUpdate = () => { // Build a real RestQuery so we can use it in RestWrite const restQuery =...

I found the origin of the problem. The Push controller hasn't changed since 2020. Actually, the change comes from RestWrite.js: https://github.com/parse-community/parse-server/blob/alpha/src/RestWrite.js When I break in the code, it fails in...

Thanks, I spent some time to add the test, but I didn't manage to break in this given test to see if it fails or not, and what the different...