Closed BanalitoRaulito closed 3 years ago
Could you describe the steps based on the original repository? We don't know which customizations you my have in your fork. Probably the easiest way to demo the issue would be to create a PR with a failing test.
I've faced this issue before. When you run multiple parse-server behind the load balancer, you need to specify a redis server in order to parse servers to communicate with each other.
ParseServer.createLiveQueryServer(httpServer,{
redisURL: 'redis://username:password@server-adress'
});
I'm closing this as it does not seem to be a Parse Server issue.
Feel free to comment if you have any questions and we can re-open this issue.
New Issue Checklist
Issue Description
Unable to get message from subscription (client/utils/initialize.js line: 22)
Steps to reproduce
Actual Outcome
I don't get console log after adding new item (from client/utils/initialize.js line: 22)
Expected Outcome
I expected to get console log after adding new item (from client/utils/initialize.js line: 22)
Environment
Server
3.3.0
macOS Big Sur
Localhost
Database
Mongo AND Redis
Mongo 5.0.2 AND Redis 6.2.5
Localhost
Client
React
17.0.2
Logs
LiveQuery server: "info: Create new client: 19f08667-e7a1-456a-a138-5fe5ec9bc9e9"