Open dkaukov opened 3 months ago
This seems to be browser specific. It works on Firefox. Might be the naming "EventSource" is problematic and it mistakes it with the build in event source which uses server sent events instead of websocket.
You could try renaming the svelte EventSource into something different.
I'll look into that later today.
Yeah, the request from Chrome, seems missing:
Sec-WebSocket-Version: 13
Sec-WebSocket-Extensions: permessage-deflate
Sec-WebSocket-Key: xy4LT/rAJ+VJ+D1LIAgGgQ==
Connection: keep-alive, Upgrade
Upgrade: websocket
it's try to connect websocket connection to /events, but it must be /ws/events, delete www* .h file and build interface
Hi, after forking template and bulding it with default settings. Im getting lot of
It seems like
/events
endpoint responds with default html:Any pointers where to dig?