Open clicit opened 1 year ago
More specifically, it attempts to sync using the oss-collab-us1.excalidraw.com server for socket.io, which the CORS policy forbids.
Any chance to get this fixed?
After a bit of investigation, in order to make the 'feature' work 'the benevolent one' have :
After a bit of investigation, in order to make the 'feature' work 'the benevolent one' have :
* To deploy as a service a 'room server', another nodejs app available here : https://github.com/excalidraw/excalidraw-room * Modify an the config file : https://github.com/excalidraw/excalidraw/blob/master/.env.production to replace oss-collab-us1.excalidraw.com with the room service domain. * I don't know how yunohost handle port forwarding but there is probably a port mapping to do in order for the room service to be reachable * And probably a firewall rule to update to allow the communication.
Hello, does someone have test this ??
After a bit of investigation, in order to make the 'feature' work 'the benevolent one' have :
* To deploy as a service a 'room server', another nodejs app available here : https://github.com/excalidraw/excalidraw-room * Modify an the config file : https://github.com/excalidraw/excalidraw/blob/master/.env.production to replace oss-collab-us1.excalidraw.com with the room service domain. * I don't know how yunohost handle port forwarding but there is probably a port mapping to do in order for the room service to be reachable * And probably a firewall rule to update to allow the communication.
Hello, does someone have test this ??
Have you tested it?
When starting the live collaboration via the respective icon everything seems to be fine, the other users can also open and edit the drawing. But it isn't live-synced at all, meaning that everybody draws on his own sheet somehow. You don't see the mouse pointer of the others.
Context
Excalidraw version: 0.11.0~ynh2
Steps to reproduce
Expected behavior
Realtime live-sync. Drawing on the same sheet.