parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.83k stars 4.77k forks source link

Cannot find method onLiveQueryEvent in Parse.Cloud typescript #9282

Open WidiNetkrom opened 3 weeks ago

WidiNetkrom commented 3 weeks ago

New Issue Checklist

Issue Description

Maybe it should be there because it's also in the official documentation. https://docs.parseplatform.org/cloudcode/guide/#onlivequeryevent

Screenshot 2024-08-15 at 14 33 44

Environment

"dependencies": { "@parse/push-adapter": "^6.5.0", "@types/cors": "^2.8.17", "@types/ejs": "^3.1.5", "@types/express": "^4.17.21", "@types/parse": "^3.0.9", "axios": "^1.7.2", "cors": "^2.8.5", "dotenv": "^16.4.5", "ejs": "^3.1.10", "express": "^4.19.2", "express-ws": "^5.0.2", "parse-dashboard": "^5.4.0", "parse-server": "^7.2.0", "typescript": "^5.5.4" }, "devDependencies": { "@types/dotenv": "^8.2.0", "@types/node": "^20.14.14", "nodemon": "^3.1.4", "ts-node": "^10.9.2" }

Server

parse-github-assistant[bot] commented 3 weeks ago

Thanks for opening this issue!