Live Query + Redis + ACL not working properly

Hi folks,

I have successfully configured Parse Server to use Live Query but noticed a big issue.

I run multiple replicas of parse server so I need to use Redis. When I enable Redis, the subscriber is not recognising users properly, so the client does not receive the expected data.

I was able to narrow down the issue because by removing Redis, on a single instance, the default provider (EventEmitter) works smoothly, the ACL is respected.

I was also able to verify that in Redis the publisher is able to publish, the subscriber successfully subribes to the channels, I successfully send the messages, and those messages are processed by the Live Query Server, but they do not reach out the client because of the ACL.

Has anyone faced this issue?

1 Like