Skip to content

Custom WS LSP restarting on every file switch #2680

Description

@shmeowker

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

I have a custom Language Server that is configured to connect to my WebSocket-LSP bridge running in Termux via ws://localhost:3030.

The issue appeared in Acode 1.12.7.

Every time I switch between files in my project, the language server gets restarted even if I was in that file a couple seconds ago (and did not close it), so the rust-analyzer is forced to perform a pretty long indexing and check for the entire project upon every tab switch.
And the most annoying is that the LSP status notification thing covers the quick tools buttons.

Image

Environment

Device Information:
WebView Info:
Package Name: com.google.android.webview
Version: 150.0.7871.182

App Info:
Name: Acode
Package Name: com.foxdebug.acode
Version: 1.12.8
Version Code: 1004

Device Info:
Android Version: 14
Platform: Android
Cordova Version: 15.1.0

Screen Info:
Width: 360
Height: 800
Color Depth: 24

Additional Info:
Language: en-US
User Agent: Mozilla/5.0 (Linux; Android 14; Infinix X6739 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/150.0.7871.182 Mobile Safari/537.36

If applicable, add mockups / screenshots regarding your vision

No response

If applicable, attach your Acode.log file to this issue.

Acode.log
[2026-07-12T01:05:36.731Z] [INFO] Started app and its services...
[2026-07-12T01:12:08.778Z] [ERROR] Unhandled rejection: attempted to get private field on non-instance
Stack: TypeError: attempted to get private field on non-instance
    at _class_extract_field_descriptor (https://localhost/build/main.js:58511:15)
    at _class_private_field_get (https://localhost/build/main.js:58516:22)
    at format (https://localhost/build/main.js:59459:27)
    at https://localhost/build/main.js:75480:46
    at Array.forEach ()
    at https://localhost/build/main.js:75480:26
    at Array.forEach ()
    at Settings. (https://localhost/build/main.js:75474:29)
    at Generator.next ()
    at asyncGeneratorStep (https://localhost/build/main.js:75298:28)
[2026-07-12T05:43:01.428Z] [ERROR] Error: Uncaught TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined., Source: https://localhost/build/main.js, Line: 127165, Column: 20, Stack: TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined.
    at TilePointer.advance (https://localhost/build/main.js:127165:20)
    at TileUpdate.forward (https://localhost/build/main.js:127679:22)
    at TileUpdate.run (https://localhost/build/main.js:127545:22)
    at https://localhost/build/main.js:127852:37
    at DOMObserver.ignore (https://localhost/build/main.js:131867:20)
    at DocView.updateInner (https://localhost/build/main.js:127847:18)
    at DocView.update (https://localhost/build/main.js:127837:18)
    at EditorView.update (https://localhost/build/main.js:132568:36)
    at EditorView.dispatchTransactions (https://localhost/build/main.js:133268:143)
    at EditorView.dispatch (https://localhost/build/main.js:132501:14)
[2026-07-12T05:43:01.439Z] [ERROR] Error: Uncaught TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined., Source: https://localhost/build/main.js, Line: 127165, Column: 20, Stack: TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined.
    at TilePointer.advance (https://localhost/build/main.js:127165:20)
    at TileUpdate.forward (https://localhost/build/main.js:127675:22)
    at TileUpdate.run (https://localhost/build/main.js:127545:22)
    at https://localhost/build/main.js:127852:37
    at DOMObserver.ignore (https://localhost/build/main.js:131867:20)
    at DocView.updateInner (https://localhost/build/main.js:127847:18)
    at DocView.update (https://localhost/build/main.js:127837:18)
    at EditorView.update (https://localhost/build/main.js:132568:36)
    at EditorView.dispatchTransactions (https://localhost/build/main.js:133268:143)
    at EditorView.dispatch (https://localhost/build/main.js:132501:14)
[2026-07-12T05:43:32.761Z] [ERROR] Error: Uncaught TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined., Source: https://localhost/build/main.js, Line: 127165, Column: 20, Stack: TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined.
    at TilePointer.advance (https://localhost/build/main.js:127165:20)
    at TileUpdate.preserve (https://localhost/build/main.js:127556:18)
    at TileUpdate.run (https://localhost/build/main.js:127527:22)
    at https://localhost/build/main.js:127852:37
    at DOMObserver.ignore (https://localhost/build/main.js:131867:20)
    at DocView.updateInner (https://localhost/build/main.js:127847:18)
    at DocView.update (https://localhost/build/main.js:127837:18)
    at EditorView.update (https://localhost/build/main.js:132568:36)
    at EditorView.dispatchTransactions (https://localhost/build/main.js:133268:143)
    at EditorView.dispatch (https://localhost/build/main.js:132501:14)
[2026-07-12T05:43:33.944Z] [ERROR] Error: Uncaught TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined., Source: https://localhost/build/main.js, Line: 127165, Column: 20, Stack: TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined.
    at TilePointer.advance (https://localhost/build/main.js:127165:20)
    at TileUpdate.preserve (https://localhost/build/main.js:127556:18)
    at TileUpdate.run (https://localhost/build/main.js:127527:22)
    at https://localhost/build/main.js:127852:37
    at DOMObserver.ignore (https://localhost/build/main.js:131867:20)
    at DocView.updateInner (https://localhost/build/main.js:127847:18)
    at DocView.update (https://localhost/build/main.js:127837:18)
    at EditorView.update (https://localhost/build/main.js:132568:36)
    at EditorView.dispatchTransactions (https://localhost/build/main.js:133268:143)
    at EditorView.dispatch (https://localhost/build/main.js:132501:14)
[2026-07-12T05:43:35.384Z] [ERROR] Error: Uncaught RangeError: Invalid change range 7008 to 7009 (in doc of length 7008), Source: https://localhost/build/main.js, Line: 122251, Column: 59, Stack: RangeError: Invalid change range 7008 to 7009 (in doc of length 7008)
    at process (https://localhost/build/main.js:122251:65)
    at ChangeSet.of (https://localhost/build/main.js:122262:9)
    at EditorState.changes (https://localhost/build/main.js:123722:26)
    at applyDefaultInsert (https://localhost/build/main.js:129123:34)
    at defaultInsert (https://localhost/build/main.js:129102:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129103:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132358:17)
[2026-07-12T05:43:38.974Z] [ERROR] Error: Uncaught RangeError: Invalid change range 7007 to 7008 (in doc of length 7007), Source: https://localhost/build/main.js, Line: 122251, Column: 59, Stack: RangeError: Invalid change range 7007 to 7008 (in doc of length 7007)
    at process (https://localhost/build/main.js:122251:65)
    at ChangeSet.of (https://localhost/build/main.js:122262:9)
    at EditorState.changes (https://localhost/build/main.js:123722:26)
    at applyDefaultInsert (https://localhost/build/main.js:129123:34)
    at defaultInsert (https://localhost/build/main.js:129102:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129103:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132358:17)
[2026-07-12T05:43:43.985Z] [ERROR] Error: Uncaught RangeError: Invalid change range 7006 to 7007 (in doc of length 7006), Source: https://localhost/build/main.js, Line: 122251, Column: 59, Stack: RangeError: Invalid change range 7006 to 7007 (in doc of length 7006)
    at process (https://localhost/build/main.js:122251:65)
    at ChangeSet.of (https://localhost/build/main.js:122262:9)
    at EditorState.changes (https://localhost/build/main.js:123722:26)
    at applyDefaultInsert (https://localhost/build/main.js:129123:34)
    at defaultInsert (https://localhost/build/main.js:129102:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129103:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132358:17)
[2026-07-12T05:43:57.649Z] [ERROR] Error: Uncaught TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined., Source: https://localhost/build/main.js, Line: 127165, Column: 20, Stack: TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined.
    at TilePointer.advance (https://localhost/build/main.js:127165:20)
    at TileUpdate.forward (https://localhost/build/main.js:127675:22)
    at TileUpdate.run (https://localhost/build/main.js:127545:22)
    at https://localhost/build/main.js:127852:37
    at DOMObserver.ignore (https://localhost/build/main.js:131867:20)
    at DocView.updateInner (https://localhost/build/main.js:127847:18)
    at DocView.update (https://localhost/build/main.js:127837:18)
    at EditorView.update (https://localhost/build/main.js:132568:36)
    at EditorView.dispatchTransactions (https://localhost/build/main.js:133268:143)
    at EditorView.dispatch (https://localhost/build/main.js:132501:14)
[2026-07-12T10:17:40.629Z] [INFO] Started app and its services...
[2026-07-13T02:55:46.454Z] [INFO] Started app and its services...
[2026-07-13T07:26:17.085Z] [INFO] Started app and its services...
[2026-07-13T09:25:00.680Z] [INFO] Started app and its services...
[2026-07-13T12:29:13.027Z] [ERROR] Error: Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node., Source: https://localhost/build/main.js, Line: 52520, Column: 17, Stack: NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
    at https://localhost/build/main.js:52520:17
[2026-07-13T12:29:13.168Z] [ERROR] Error: Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node., Source: https://localhost/build/main.js, Line: 52520, Column: 17, Stack: NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
    at https://localhost/build/main.js:52520:17
[2026-07-13T12:30:57.400Z] [INFO] Started app and its services...
[2026-07-13T12:32:16.664Z] [INFO] Started app and its services...
[2026-07-13T12:36:34.261Z] [INFO] Started app and its services...
[2026-07-13T12:39:16.488Z] [INFO] Started app and its services...
[2026-07-13T12:42:03.833Z] [INFO] Started app and its services...
[2026-07-13T13:34:03.472Z] [ERROR] Error: Uncaught RangeError: Invalid change range 1906 to 1906 (in doc of length 39), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 1906 to 1906 (in doc of length 39)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-07-13T13:34:04.473Z] [ERROR] Error: Uncaught RangeError: Invalid change range 1907 to 1907 (in doc of length 39), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 1907 to 1907 (in doc of length 39)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-07-13T14:51:29.224Z] [INFO] Started app and its services...
[2026-07-13T15:34:29.842Z] [ERROR] Error: Uncaught RangeError: Selection points outside of document, Source: https://localhost/build/main.js, Line: 122981, Column: 66, Stack: RangeError: Selection points outside of document
    at checkSelection (https://localhost/build/main.js:122981:72)
    at Transaction (https://localhost/build/main.js:123675:24)
    at Transaction.create (https://localhost/build/main.js:123590:16)
    at resolveTransaction (https://localhost/build/main.js:123773:26)
    at EditorState.update (https://localhost/build/main.js:123895:16)
    at EditorView.dispatch (https://localhost/build/main.js:132757:24)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132595:53)
[2026-07-14T12:01:34.993Z] [INFO] Started app and its services...
[2026-07-15T07:42:58.106Z] [INFO] Started app and its services...
[2026-07-15T09:52:34.493Z] [INFO] Started app and its services...
[2026-07-16T02:28:27.518Z] [INFO] Started app and its services...
[2026-07-16T12:51:54.745Z] [INFO] Started app and its services...
[2026-07-16T13:49:58.868Z] [INFO] Started app and its services...
[2026-07-16T13:49:59.287Z] [ERROR] [object Object]
[2026-07-16T16:30:19.369Z] [INFO] Started app and its services...
[2026-07-17T11:17:25.873Z] [INFO] Started app and its services...
[2026-07-18T01:14:24.341Z] [INFO] Started app and its services...
[2026-07-18T14:58:38.600Z] [INFO] Started app and its services...
[2026-07-18T15:35:15.936Z] [INFO] Started app and its services...
[2026-07-18T16:28:42.317Z] [INFO] Started app and its services...
[2026-07-18T17:46:49.860Z] [INFO] Started app and its services...
[2026-07-19T02:54:52.312Z] [INFO] Started app and its services...
[2026-07-19T02:56:24.319Z] [ERROR] Error: Uncaught TypeError: Cannot read properties of null (reading 'scrollLeft'), Source: https://localhost/build/main.js, Line: 58364, Column: 38, Stack: TypeError: Cannot read properties of null (reading 'scrollLeft')
    at HTMLDocument.touchmove (https://localhost/build/main.js:58364:38)
[2026-07-19T02:56:24.335Z] [ERROR] Error: Uncaught TypeError: Cannot read properties of null (reading 'scrollLeft'), Source: https://localhost/build/main.js, Line: 58364, Column: 38, Stack: TypeError: Cannot read properties of null (reading 'scrollLeft')
    at HTMLDocument.touchmove (https://localhost/build/main.js:58364:38)
[2026-07-19T02:56:24.339Z] [ERROR] Error: Uncaught TypeError: Cannot read properties of null (reading 'scrollLeft'), Source: https://localhost/build/main.js, Line: 58364, Column: 38, Stack: TypeError: Cannot read properties of null (reading 'scrollLeft')
    at HTMLDocument.touchmove (https://localhost/build/main.js:58364:38)
[2026-07-19T02:56:24.832Z] [ERROR] Error: Uncaught TypeError: Cannot read properties of null (reading 'scrollLeft'), Source: https://localhost/build/main.js, Line: 58364, Column: 38, Stack: TypeError: Cannot read properties of null (reading 'scrollLeft')
    at HTMLDocument.touchmove (https://localhost/build/main.js:58364:38)
[2026-07-19T14:43:18.882Z] [INFO] Started app and its services...
[2026-07-23T00:38:42.075Z] [INFO] Started app and its services...
[2026-07-23T05:48:17.189Z] [INFO] Started app and its services...
[2026-07-23T10:40:01.413Z] [INFO] Started app and its services...
[2026-07-23T10:57:20.192Z] [INFO] Started app and its services...
[2026-07-24T07:08:01.273Z] [INFO] Started app and its services...
[2026-07-24T07:45:10.276Z] [INFO] Started app and its services...
[2026-07-25T14:54:37.138Z] [INFO] Started app and its services...
[2026-07-25T14:54:47.314Z] [ERROR] [object Object]
[2026-07-25T15:13:45.903Z] [ERROR] Error: Uncaught TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined., Source: https://localhost/build/main.js, Line: 127423, Column: 20, Stack: TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined.
    at TilePointer.advance (https://localhost/build/main.js:127423:20)
    at TileUpdate.forward (https://localhost/build/main.js:127937:22)
    at TileUpdate.run (https://localhost/build/main.js:127803:22)
    at https://localhost/build/main.js:128110:37
    at DOMObserver.ignore (https://localhost/build/main.js:132125:20)
    at DocView.updateInner (https://localhost/build/main.js:128105:18)
    at DocView.update (https://localhost/build/main.js:128095:18)
    at EditorView.measure (https://localhost/build/main.js:132977:44)
    at https://localhost/build/main.js:133077:104
[2026-07-25T15:13:46.618Z] [ERROR] Error: Uncaught TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined., Source: https://localhost/build/main.js, Line: 127423, Column: 20, Stack: TypeError: Cannot destructure property 'tile' of 'parents.pop(...)' as it is undefined.
    at TilePointer.advance (https://localhost/build/main.js:127423:20)
    at TileUpdate.forward (https://localhost/build/main.js:127937:22)
    at TileUpdate.run (https://localhost/build/main.js:127803:22)
    at https://localhost/build/main.js:128110:37
    at DOMObserver.ignore (https://localhost/build/main.js:132125:20)
    at DocView.updateInner (https://localhost/build/main.js:128105:18)
    at DocView.update (https://localhost/build/main.js:128095:18)
    at EditorView.measure (https://localhost/build/main.js:132977:44)
    at DOMObserver.onScrollChanged (https://localhost/build/main.js:132024:42)
    at DOMObserver.onScroll (https://localhost/build/main.js:132029:14)
[2026-07-26T05:40:01.213Z] [INFO] Started app and its services...
[2026-07-26T07:30:58.645Z] [INFO] Started app and its services...
[2026-07-26T08:03:34.089Z] [INFO] Started app and its services...
[2026-07-26T15:39:05.644Z] [INFO] Started app and its services...
[2026-07-26T16:05:28.109Z] [INFO] Started app and its services...
[2026-07-26T16:21:34.426Z] [INFO] Started app and its services...
[2026-07-27T03:11:07.766Z] [INFO] Started app and its services...
[2026-07-27T14:36:45.673Z] [INFO] Started app and its services...
[2026-07-27T16:18:18.844Z] [INFO] Started app and its services...
[2026-07-29T07:10:32.022Z] [INFO] Started app and its services...
[2026-07-29T07:10:32.526Z] [ERROR] Failed to check for updates
[2026-07-29T07:10:32.527Z] [ERROR] [object Object]
[2026-07-30T07:46:34.975Z] [INFO] Started app and its services...
[2026-07-31T16:52:34.176Z] [INFO] Started app and its services...
[2026-08-01T03:02:07.388Z] [INFO] Started app and its services...
[2026-08-01T08:28:41.828Z] [INFO] Started app and its services...
[2026-08-01T08:34:23.956Z] [INFO] Started app and its services...
[2026-08-01T09:20:41.451Z] [INFO] Started app and its services...
[2026-08-01T15:29:30.372Z] [INFO] Started app and its services...
[2026-08-01T15:40:49.029Z] [ERROR] Error: Uncaught RangeError: Invalid change range 110 to 110 (in doc of length 42), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 110 to 110 (in doc of length 42)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-08-01T15:40:49.418Z] [ERROR] Error: Uncaught RangeError: Invalid change range 111 to 111 (in doc of length 42), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 111 to 111 (in doc of length 42)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-08-01T15:40:49.689Z] [ERROR] Error: Uncaught RangeError: Invalid change range 112 to 112 (in doc of length 42), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 112 to 112 (in doc of length 42)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-08-01T15:40:49.946Z] [ERROR] Error: Uncaught RangeError: Invalid change range 113 to 113 (in doc of length 42), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 113 to 113 (in doc of length 42)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-08-01T15:40:52.062Z] [ERROR] Error: Uncaught RangeError: Invalid change range 114 to 114 (in doc of length 42), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 114 to 114 (in doc of length 42)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-08-01T15:40:52.466Z] [ERROR] Error: Uncaught RangeError: Invalid change range 115 to 115 (in doc of length 42), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 115 to 115 (in doc of length 42)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-08-01T15:40:52.839Z] [ERROR] Error: Uncaught RangeError: Invalid change range 116 to 116 (in doc of length 42), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 116 to 116 (in doc of length 42)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-08-01T15:40:53.165Z] [ERROR] Error: Uncaught RangeError: Invalid change range 117 to 117 (in doc of length 42), Source: https://localhost/build/main.js, Line: 122509, Column: 59, Stack: RangeError: Invalid change range 117 to 117 (in doc of length 42)
    at process (https://localhost/build/main.js:122509:65)
    at ChangeSet.of (https://localhost/build/main.js:122520:9)
    at EditorState.changes (https://localhost/build/main.js:123980:26)
    at applyDefaultInsert (https://localhost/build/main.js:129381:34)
    at defaultInsert (https://localhost/build/main.js:129360:55)
    at applyDOMChangeInner (https://localhost/build/main.js:129361:120)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132616:17)
[2026-08-02T14:03:04.354Z] [INFO] Started app and its services...
[2026-08-03T05:24:45.569Z] [INFO] Started app and its services...
[2026-08-03T05:35:41.739Z] [ERROR] Error: Uncaught RangeError: Selection points outside of document, Source: https://localhost/build/main.js, Line: 122981, Column: 66, Stack: RangeError: Selection points outside of document
    at checkSelection (https://localhost/build/main.js:122981:72)
    at new Transaction (https://localhost/build/main.js:123675:24)
    at Transaction.create (https://localhost/build/main.js:123590:16)
    at resolveTransaction (https://localhost/build/main.js:123773:26)
    at EditorState.update (https://localhost/build/main.js:123895:16)
    at EditorView.dispatch (https://localhost/build/main.js:132757:24)
    at EditContextManager.handlers.textupdate (https://localhost/build/main.js:132595:53)
[2026-08-04T04:32:35.500Z] [INFO] Started app and its services...
[2026-08-04T04:36:51.830Z] [INFO] Started app and its services...
[2026-08-04T05:11:32.291Z] [ERROR] Unhandled rejection: Request timed out
Stack: Error: Request timed out
    at eV.timeoutRequest (https://localhost/build/main.js:367:20074)
    at https://localhost/build/main.js:367:18887
[2026-08-04T05:11:39.743Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-04T05:13:48.959Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-04T05:14:58.179Z] [ERROR] Unhandled rejection: Request timed out
Stack: Error: Request timed out
    at eV.timeoutRequest (https://localhost/build/main.js:367:20074)
    at https://localhost/build/main.js:367:18887
[2026-08-04T06:47:38.066Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-04T06:47:59.487Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T13:49:55.160Z] [INFO] Started app and its services...
[2026-08-05T13:53:50.286Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T13:53:52.719Z] [ERROR] Unhandled rejection: Position 102 is out of range for changeset of length 101
Stack: RangeError: Position 102 is out of range for changeset of length 101
    at B.mapPos (https://localhost/build/main.js:367:61535)
    at N.updateFor (https://localhost/build/main.js:357:274381)
    at N.update (https://localhost/build/main.js:357:273819)
    at o.ViewPlugin.fromClass.eventHandlers.blur.accept (https://localhost/build/main.js:357:279170)
    at o.ViewPlugin.fromClass.eventHandlers.blur.scheduleAccept (https://localhost/build/main.js:357:278532)
    at https://localhost/build/main.js:357:278367
[2026-08-05T13:54:31.413Z] [ERROR] Unhandled rejection: Position 8 is out of range for changeset of length 7
Stack: RangeError: Position 8 is out of range for changeset of length 7
    at B.mapPos (https://localhost/build/main.js:367:61535)
    at N.updateFor (https://localhost/build/main.js:357:274381)
    at N.update (https://localhost/build/main.js:357:273819)
    at o.ViewPlugin.fromClass.eventHandlers.blur.accept (https://localhost/build/main.js:357:279170)
    at o.ViewPlugin.fromClass.eventHandlers.blur.scheduleAccept (https://localhost/build/main.js:357:278532)
    at https://localhost/build/main.js:357:278367
[2026-08-05T14:04:11.410Z] [ERROR] Unhandled rejection: Request timed out
Stack: Error: Request timed out
    at eV.timeoutRequest (https://localhost/build/main.js:367:20074)
    at https://localhost/build/main.js:367:18887
[2026-08-05T14:15:53.410Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T14:37:30.068Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T14:45:16.783Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T15:43:48.824Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T15:46:07.617Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T15:53:04.298Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T16:19:26.885Z] [INFO] Started app and its services...
[2026-08-05T16:33:56.923Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-05T17:20:41.388Z] [INFO] Started app and its services...
[2026-08-05T17:20:58.259Z] [ERROR] [object Object]
[2026-08-06T02:54:34.206Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-06T03:33:36.723Z] [ERROR] Unhandled rejection: The typescript worker is closed
Stack: Error: The typescript worker is closed
    at Object.send (https://localhost/build/main.js:11:25450)
    at https://localhost/build/main.js:367:19129
[2026-08-06T03:40:38.150Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-06T04:14:41.944Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-06T05:07:15.315Z] [ERROR] Unhandled rejection: Request timed out
Stack: Error: Request timed out
    at eV.timeoutRequest (https://localhost/build/main.js:367:20074)
    at https://localhost/build/main.js:367:18887
[2026-08-06T05:07:58.701Z] [ERROR] Unhandled rejection: content modified
Stack: undefined
[2026-08-06T09:08:49.810Z] [ERROR] Unhandled rejection: The typescript worker is closed
Stack: Error: The typescript worker is closed
    at Object.send (https://localhost/build/main.js:11:25450)
    at https://localhost/build/main.js:367:19129
[2026-08-06T09:11:31.185Z] [INFO] Started app and its services...
[2026-08-06T09:12:47.749Z] [INFO] Started app and its services...
[2026-08-06T09:13:06.902Z] [ERROR] Unhandled rejection: WebSocket transport is not open
Stack: Error: WebSocket transport is not open
    at Object.send (https://localhost/build/main.js:11:22259)
    at https://localhost/build/main.js:367:20324

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions