mengw15 commented on PR #6166: URL: https://github.com/apache/texera/pull/6166#issuecomment-4887759902
Verified locally — this breaks the shared-editing server. y-websocket 3.0.0 removed the bundled server (moved to [`@y/websocket-server`](https://github.com/yjs/y-websocket-server)), so the Dockerfile's `CMD ["npx", "y-websocket"]` fails with `could not determine executable to run` (with 2.1.0 the same command starts fine). The fix is to swap this package's dependency to `@y/websocket-server` — it keeps the same `y-websocket` bin name so the Dockerfile stays unchanged. Verified end-to-end: two browser sessions on the same workflow sync correctly against it. Suggest closing this PR (`@dependabot ignore this major version`) and doing the swap in a manual PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
