Open
Description
Hi,
I am trying to get private messages working on Mercure, but I am unable to receive the messages. Could you provide me with the steps to follow?
I have configured the JWT for the subscriber like this:
{ "mercure": { "publish": [ "*" ] } }
And the JWT for the publisher like this:
{ "mercure": { "subscribe": [ "https://example.com/users/foo/{?topic}" ] } }
There are no errors when I publish with this configuration, but when I check the second parameter "topic" and set "private=On", my client stops receiving anything (without this, it receives just fine).
Did I miss something?
P.S.: I have tried with urlencode() and without, with the same result. (#591 (comment))
Metadata
Assignees
Labels
No labels
Activity