You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intruige uses the embedded URLs for the signaling servers, of which many have disappeared or do not have a CSP configuration which would allow usage.
This results in failing connections between peers.
To Reproduce
Open a board and its developer tools
Open it in a private browser windows
See errors appear in the console and in the network tab
Expected behavior
There are no errors and the clients are synced.
Additional context
It's best to run one's own signalling server. The demo instance is known to be weak and not for productive use. There are two known options, the JS one and another in Rust linked from yjs/y-webrtc#55
The text was updated successfully, but these errors were encountered:
Describe the bug
Intruige uses the embedded URLs for the signaling servers, of which many have disappeared or do not have a CSP configuration which would allow usage.
This results in failing connections between peers.
To Reproduce
Expected behavior
There are no errors and the clients are synced.
Additional context
It's best to run one's own signalling server. The demo instance is known to be weak and not for productive use. There are two known options, the JS one and another in Rust linked from yjs/y-webrtc#55
The text was updated successfully, but these errors were encountered: