Replies: 1 comment
|
Anybody has a hint for me, that could be maybe solve my problem? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I had it for awhile running but now I had to start from the beginning.
The update is working fine but I cannot subscribe to the hub.
My Caddyfile:
`hpradio.country-radio.eu {
My jQuery file:
const sse = new EventSource("https://hpradio.country-radio.eu/.well-known/mercure?topic=songsUpdate"); sseReady(); function sseReady(){ setTimeout(() => { alert("SSE State2: " + sse.readyState); }, 10000); }The ready state always returns a 2.
I first want to get it running with
anonymousto check functionality.Do I have to send a subscriber_jwt with the request?
In the log file I can't see any message.
So, what is missing?
All reactions