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
The reconnect dialogue appears if, say, a document has been in edit mode and one's computer had been off for an extended period of time.
Then, if Reconnect button is clicked, the system appears to reconnect.
Only after a few seconds, connection errors appear (Connection failed.) and the reconnect button reappears, only to vanish again and repeat the cycle indefinitely every 3-4 seconds.
Keep the doc open, the move offline for extended period of time. (i.e. computer sleep)
Move online (i.e. unsleep/wake computer)
See Reconnect error w Reconnect button (expected behaviour!)
Click Reconnect button
Have error messages and Reconnect button reappear every 3-4 seconds indefinitely.
Expected behavior
Editor reconnects, and errors do not persist/reappear.
Screenshots
Server details:
Nextcloud version: 28.0.0
PHP Version: 🤷
Database: 🤷
Client details:
OS: NixOS
Browser: Firefox 120.0.1
Browser version: 120.0.1
Device: desktop
Logs
Nextcloud log (data/nextcloud.log)
Browser log
Uncaught (in promise) Error: Close has already been called on the connection
C SessionApi.js:28
I SessionApi.js:183
close SessionApi.js:176
_close SyncService.js:295
close SyncService.js:287
close WebSocketPolyfill.js:120
_checkInterval y-websocket.js:374
r NextJS
SessionApi.js:28:2
[ERROR] text: Unexpected Error "Failed to apply steps. Retry!"
Object { app: "text", uid: "brent", level: 2, error: Error }
sentry.js:2:63997
Uncaught (in promise) Error: Close has already been called on the connection
C SessionApi.js:28
I SessionApi.js:183
close SessionApi.js:176
_close SyncService.js:295
close SyncService.js:287
close WebSocketPolyfill.js:120
_checkInterval y-websocket.js:374
r NextJS
SessionApi.js:28:2
Uncaught (in promise) Error: Close has already been called on the connection
C SessionApi.js:28
I SessionApi.js:183
close SessionApi.js:176
_close SyncService.js:295
close SyncService.js:287
close WebSocketPolyfill.js:120
_checkInterval y-websocket.js:374
r NextJS
2 SessionApi.js:28:2
Got notification data, restoring default polling interval. sentry.js:2:63997
Uncaught (in promise) Error: Close has already been called on the connection
C SessionApi.js:28
I SessionApi.js:183
close SessionApi.js:176
_close SyncService.js:295
close SyncService.js:287
close WebSocketPolyfill.js:120
_checkInterval y-websocket.js:374
r NextJS
The text was updated successfully, but these errors were encountered:
This should have been fixed by #5126. The fix will get released with the upcoming 26.0.11, 27.1.6 and 28.0.2 releases. Please comment and reopen if you still discover the issues after upgrading to one of these versions.
Describe the bug
Reconnect
button is clicked, the system appears to reconnect.Connection failed.
) and the reconnect button reappears, only to vanish again and repeat the cycle indefinitely every 3-4 seconds.May be related to #4943 ?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Editor reconnects, and errors do not persist/reappear.
Screenshots
Server details:
Client details:
Logs
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: