repoburg 1.3.133 → 1.3.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.playwright-mcp/console-2026-05-12T12-58-49-817Z.log +46 -0
- package/.playwright-mcp/console-2026-05-13T18-41-50-654Z.log +13 -0
- package/.playwright-mcp/console-2026-05-13T18-54-58-000Z.log +13 -0
- package/.playwright-mcp/console-2026-05-13T19-13-30-875Z.log +95 -0
- package/.playwright-mcp/console-2026-05-13T20-09-13-456Z.log +17 -0
- package/.playwright-mcp/console-2026-05-13T20-21-01-662Z.log +13 -0
- package/.playwright-mcp/console-2026-05-13T20-22-00-038Z.log +15 -0
- package/.playwright-mcp/console-2026-05-13T20-26-26-665Z.log +28 -0
- package/.playwright-mcp/console-2026-05-13T20-35-49-544Z.log +26 -0
- package/.playwright-mcp/console-2026-05-13T20-38-10-958Z.log +676 -0
- package/.playwright-mcp/console-2026-05-14T21-27-06-074Z.log +69 -0
- package/.playwright-mcp/console-2026-05-14T22-13-07-470Z.log +101 -0
- package/.playwright-mcp/page-2026-05-13T18-41-51-436Z.yml +159 -0
- package/.playwright-mcp/page-2026-05-13T18-42-27-482Z.yml +4814 -0
- package/.playwright-mcp/page-2026-05-13T18-54-58-644Z.yml +154 -0
- package/.playwright-mcp/page-2026-05-13T18-56-11-217Z.yml +1560 -0
- package/.playwright-mcp/page-2026-05-13T18-56-32-205Z.yml +1560 -0
- package/.playwright-mcp/page-2026-05-13T19-13-31-457Z.yml +164 -0
- package/.playwright-mcp/page-2026-05-13T19-14-26-248Z.yml +1560 -0
- package/.playwright-mcp/page-2026-05-13T19-15-02-355Z.yml +1560 -0
- package/.playwright-mcp/page-2026-05-13T20-09-14-478Z.yml +149 -0
- package/.playwright-mcp/page-2026-05-13T20-10-49-292Z.yml +4814 -0
- package/.playwright-mcp/page-2026-05-13T20-21-02-852Z.yml +143 -0
- package/.playwright-mcp/page-2026-05-13T20-22-01-084Z.yml +143 -0
- package/.playwright-mcp/page-2026-05-13T20-22-09-334Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-13T20-26-27-690Z.yml +143 -0
- package/.playwright-mcp/page-2026-05-13T20-26-53-324Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-13T20-27-35-395Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-13T20-35-50-708Z.yml +149 -0
- package/.playwright-mcp/page-2026-05-13T20-37-41-379Z.yml +0 -0
- package/.playwright-mcp/page-2026-05-13T20-38-12-049Z.yml +149 -0
- package/.playwright-mcp/page-2026-05-13T20-38-19-708Z.yml +1561 -0
- package/.playwright-mcp/page-2026-05-14T21-27-07-278Z.yml +164 -0
- package/.playwright-mcp/page-2026-05-14T22-13-07-628Z.yml +5 -0
- package/.playwright-mcp/page-2026-05-14T22-13-27-676Z.yml +1561 -0
- package/backend/.env +2 -2
- package/backend/dist/src/seeding/sub-agent-seeding.service.d.ts +1 -0
- package/backend/dist/src/seeding/sub-agent-seeding.service.js +33 -0
- package/backend/dist/src/seeding/sub-agent-seeding.service.js.map +1 -1
- package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.d.ts +1 -1
- package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.js +2 -1
- package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.js.map +1 -1
- package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.d.ts +1 -1
- package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.js +1 -1
- package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.js.map +1 -1
- package/backend/dist/src/sub-agents/sub-agent-runner.service.js +32 -1
- package/backend/dist/src/sub-agents/sub-agent-runner.service.js.map +1 -1
- package/backend/dist/src/sub-agents/sub-agent.entity.js +1 -1
- package/backend/dist/src/sub-agents/sub-agent.entity.js.map +1 -1
- package/backend/dist/src/sub-agents/sub-agents.service.js +32 -3
- package/backend/dist/src/sub-agents/sub-agents.service.js.map +1 -1
- package/backend/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -12,3 +12,49 @@
|
|
|
12
12
|
[ 421ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
13
13
|
[ 606ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
14
14
|
[ 2255578ms] [ERROR] WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:144
|
|
15
|
+
[ 2862780ms] [ERROR] Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. @ http://localhost:5173/src/app/components/common/ModelSelector.tsx?t=1778593592340:0
|
|
16
|
+
[ 2862781ms] [ERROR] [vite] Failed to reload /src/app/components/common/ModelSelector.tsx. This could be due to syntax errors or importing non-existent modules. (see errors above) @ http://localhost:5173/@vite/client:881
|
|
17
|
+
[ 2863376ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/llm-provider/models:0
|
|
18
|
+
[ 2863376ms] [ERROR] Failed to fetch LLM models TypeError: Failed to fetch
|
|
19
|
+
at getLlmModels (http://localhost:5173/src/lib/api/app.ts:409:26)
|
|
20
|
+
at fetchModelsAndRecent (http://localhost:5173/src/app/components/session/SessionSettings.tsx?t=1778593592357:51:11)
|
|
21
|
+
at http://localhost:5173/src/app/components/session/SessionSettings.tsx?t=1778593592357:64:5
|
|
22
|
+
at Object.react_stack_bottom_frame (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:18567:20)
|
|
23
|
+
at runWithFiberInDEV (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:997:72)
|
|
24
|
+
at commitHookEffectListMount (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9411:163)
|
|
25
|
+
at commitHookPassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9465:60)
|
|
26
|
+
at commitPassiveMountOnFiber (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11040:29)
|
|
27
|
+
at recursivelyTraversePassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11010:13)
|
|
28
|
+
at commitPassiveMountOnFiber (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11201:13) @ http://localhost:5173/src/app/components/session/SessionSettings.tsx?t=1778593592357:57
|
|
29
|
+
[ 2866809ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/sub-agents:0
|
|
30
|
+
[ 2866809ms] [ERROR] Failed to fetch sub-agents: TypeError: Failed to fetch
|
|
31
|
+
at Module.getSubAgents (http://localhost:5173/src/lib/api/subAgent.ts?t=1778593596437:7:26)
|
|
32
|
+
at fetchSubAgents (http://localhost:5173/src/store/subAgentStore.ts?t=1778593596437:11:38)
|
|
33
|
+
at http://localhost:5173/src/app/components/pages/SubAgentsManagementPage.tsx?t=1778593596437:48:5
|
|
34
|
+
at Object.react_stack_bottom_frame (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:18567:20)
|
|
35
|
+
at runWithFiberInDEV (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:997:72)
|
|
36
|
+
at commitHookEffectListMount (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9411:163)
|
|
37
|
+
at commitHookPassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9465:60)
|
|
38
|
+
at commitPassiveMountOnFiber (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11040:29)
|
|
39
|
+
at recursivelyTraversePassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11010:13)
|
|
40
|
+
at commitPassiveMountOnFiber (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11033:13) @ http://localhost:5173/src/store/subAgentStore.ts?t=1778593596437:13
|
|
41
|
+
[ 2866811ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/llm-provider/models:0
|
|
42
|
+
[ 2866811ms] [ERROR] Failed to fetch LLM models TypeError: Failed to fetch
|
|
43
|
+
at getLlmModels (http://localhost:5173/src/lib/api/app.ts:409:26)
|
|
44
|
+
at fetchModelsAndRecent (http://localhost:5173/src/app/components/common/ModelSelector.tsx?t=1778593596436:44:11)
|
|
45
|
+
at http://localhost:5173/src/app/components/common/ModelSelector.tsx?t=1778593596436:57:5
|
|
46
|
+
at Object.react_stack_bottom_frame (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:18567:20)
|
|
47
|
+
at runWithFiberInDEV (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:997:72)
|
|
48
|
+
at commitHookEffectListMount (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9411:163)
|
|
49
|
+
at commitHookPassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9465:60)
|
|
50
|
+
at commitPassiveMountOnFiber (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11040:29)
|
|
51
|
+
at recursivelyTraversePassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11010:13)
|
|
52
|
+
at commitPassiveMountOnFiber (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11201:13) @ http://localhost:5173/src/app/components/common/ModelSelector.tsx?t=1778593596436:50
|
|
53
|
+
[ 2866811ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:3000/application-state/recent-models:0
|
|
54
|
+
[ 2868374ms] [ERROR] WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:144
|
|
55
|
+
[ 2883731ms] [LOG] [vite] server connection lost. Polling for restart... @ http://localhost:5173/@vite/client:963
|
|
56
|
+
[ 2883734ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
57
|
+
[ 2884736ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
58
|
+
[ 2885738ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
59
|
+
[ 2886741ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
60
|
+
[ 2887745ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[ 280ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 284ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 284ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 284ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 284ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 284ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 284ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 284ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 284ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 494ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 498ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 578ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
13
|
+
[ 744ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[ 153ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 155ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 155ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 155ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 156ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 156ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 156ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 156ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 156ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 350ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 355ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 424ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
13
|
+
[ 618ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
[ 116ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 118ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 118ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 118ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 118ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 118ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 118ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 118ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 118ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 303ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 306ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 363ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
13
|
+
[ 558ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
14
|
+
[ 383162ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
15
|
+
[ 383164ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
16
|
+
[ 383164ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
17
|
+
[ 383164ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
18
|
+
[ 383164ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
19
|
+
[ 383164ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
20
|
+
[ 383164ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
21
|
+
[ 383164ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
22
|
+
[ 383164ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
23
|
+
[ 383410ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
24
|
+
[ 383411ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
25
|
+
[ 383470ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
26
|
+
[ 383760ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
27
|
+
[ 1452065ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
28
|
+
[ 1670759ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
29
|
+
[ 1670760ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
30
|
+
[ 1670798ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778701281460:279
|
|
31
|
+
[ 1726424ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
32
|
+
[ 1726425ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
33
|
+
[ 1726471ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778701337083:279
|
|
34
|
+
[ 1740317ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
35
|
+
[ 1740318ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
36
|
+
[ 1740371ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778701351003:279
|
|
37
|
+
[ 1789238ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
38
|
+
[ 1789240ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
39
|
+
[ 1789551ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778701351003:279
|
|
40
|
+
[ 1878637ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
41
|
+
[ 1878638ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
42
|
+
[ 1878680ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778701489305:279
|
|
43
|
+
[ 2247181ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778701489305:279
|
|
44
|
+
[ 2358314ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
45
|
+
[ 2358315ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
46
|
+
[ 2358363ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778701968971:279
|
|
47
|
+
[ 2374235ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
48
|
+
[ 2374236ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
49
|
+
[ 2374279ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778701984898:279
|
|
50
|
+
[ 2448153ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
51
|
+
[ 2448155ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
52
|
+
[ 2448200ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778702058815:279
|
|
53
|
+
[ 2523545ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
54
|
+
[ 2523546ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
55
|
+
[ 2523595ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778702134241:279
|
|
56
|
+
[ 2564370ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
57
|
+
[ 2564371ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
58
|
+
[ 2564414ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778702175061:279
|
|
59
|
+
[ 3104791ms] [LOG] [vite] server connection lost. Polling for restart... @ http://localhost:5173/@vite/client:963
|
|
60
|
+
[ 3104793ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
61
|
+
[ 3105797ms] [ERROR] WebSocket connection to 'ws://localhost:5173/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED @ http://localhost:5173/@vite/client:1034
|
|
62
|
+
[ 3108278ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
63
|
+
[ 3108280ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
64
|
+
[ 3108280ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
65
|
+
[ 3108280ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
66
|
+
[ 3108280ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
67
|
+
[ 3108280ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
68
|
+
[ 3108280ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
69
|
+
[ 3108280ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
70
|
+
[ 3108280ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
71
|
+
[ 3108706ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
72
|
+
[ 3263909ms] [ERROR] Failed to sync theme to backend: TypeError: Failed to fetch
|
|
73
|
+
at setTheme (http://localhost:5173/src/lib/api/app.ts:111:26)
|
|
74
|
+
at http://localhost:5173/src/app/components/common/theme-provider.tsx:30:5
|
|
75
|
+
at Object.react_stack_bottom_frame (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:18567:20)
|
|
76
|
+
at runWithFiberInDEV (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:997:72)
|
|
77
|
+
at commitHookEffectListMount (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9411:163)
|
|
78
|
+
at commitHookPassiveMountEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:9465:60)
|
|
79
|
+
at reconnectPassiveEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11273:13)
|
|
80
|
+
at recursivelyTraverseReconnectPassiveEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11240:11)
|
|
81
|
+
at reconnectPassiveEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11317:13)
|
|
82
|
+
at recursivelyTraverseReconnectPassiveEffects (http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:11240:11) @ http://localhost:5173/src/app/components/common/theme-provider.tsx:30
|
|
83
|
+
[ 3264398ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
84
|
+
[ 3264400ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
85
|
+
[ 3264400ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
86
|
+
[ 3264400ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
87
|
+
[ 3264400ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
88
|
+
[ 3264400ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
89
|
+
[ 3264401ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
90
|
+
[ 3264401ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
91
|
+
[ 3264401ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
92
|
+
[ 3264628ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
93
|
+
[ 3264629ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
94
|
+
[ 3264690ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
95
|
+
[ 3265018ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
[ 468ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 470ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 470ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 470ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 470ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 470ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 470ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 470ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 470ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 670ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 671ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 725ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
13
|
+
[ 971ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
14
|
+
[ 429747ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx:279
|
|
15
|
+
[ 476242ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
16
|
+
[ 476244ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
17
|
+
[ 476295ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703429366:279
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[ 543ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 545ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 545ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 545ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 545ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 545ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 545ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 545ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 545ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 781ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 782ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 841ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
13
|
+
[ 1143ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[ 563ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 565ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 565ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 565ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 565ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 565ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 565ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 565ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 565ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 774ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:73
|
|
11
|
+
[ 775ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx:64
|
|
12
|
+
[ 831ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
13
|
+
[ 1001ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
14
|
+
[ 186299ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
15
|
+
[ 211887ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
[ 468ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 470ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 470ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 470ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 470ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 470ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 470ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 470ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 470ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 711ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx?t=1778703931534:76
|
|
11
|
+
[ 712ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx?t=1778703931534:67
|
|
12
|
+
[ 762ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
13
|
+
[ 938ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
14
|
+
[ 48581ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
15
|
+
[ 48583ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
16
|
+
[ 48583ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
17
|
+
[ 48583ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
18
|
+
[ 48583ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
19
|
+
[ 48583ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
20
|
+
[ 48583ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
21
|
+
[ 48583ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
22
|
+
[ 48583ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
23
|
+
[ 48786ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx?t=1778703931534:76
|
|
24
|
+
[ 48787ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx?t=1778703931534:67
|
|
25
|
+
[ 48841ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
26
|
+
[ 48937ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
27
|
+
[ 321328ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
28
|
+
[ 465411ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[ 542ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
2
|
+
[ 544ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
3
|
+
[ 544ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
4
|
+
[ 544ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
5
|
+
[ 544ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
6
|
+
[ 544ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
7
|
+
[ 544ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
8
|
+
[ 544ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
9
|
+
[ 544ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
10
|
+
[ 784ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx?t=1778703931534:76
|
|
11
|
+
[ 785ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx?t=1778703931534:67
|
|
12
|
+
[ 838ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
13
|
+
[ 1108ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|
|
14
|
+
[ 44869ms] [INFO] %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold @ http://localhost:5173/node_modules/.vite/deps/react-dom_client.js?v=b79a6ae3:20102
|
|
15
|
+
[ 44871ms] [WARNING] Monaco property "editor" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
16
|
+
[ 44871ms] [WARNING] Monaco property "languages" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
17
|
+
[ 44871ms] [WARNING] Monaco property "Uri" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
18
|
+
[ 44871ms] [WARNING] Monaco property "KeyCode" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
19
|
+
[ 44871ms] [WARNING] Monaco property "KeyMod" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
20
|
+
[ 44871ms] [WARNING] Monaco property "Position" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
21
|
+
[ 44871ms] [WARNING] Monaco property "Range" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
22
|
+
[ 44871ms] [WARNING] Monaco property "Selection" accessed before Monaco loaded. Monaco will load shortly. @ http://localhost:5173/src/lib/monaco-shim.ts:31
|
|
23
|
+
[ 45068ms] [WARNING] WebSocket connection to 'ws://localhost:9998/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/auth/AuthGate.tsx?t=1778703931534:76
|
|
24
|
+
[ 45069ms] [ERROR] AuthGate: WebSocket error: Event @ http://localhost:5173/src/app/components/auth/AuthGate.tsx?t=1778703931534:67
|
|
25
|
+
[ 45120ms] [WARNING] WebSocket connection to 'ws://localhost:3000/' failed: WebSocket is closed before the connection is established. @ http://localhost:5173/src/app/components/common/AppInitializer.tsx?t=1778703619163:279
|
|
26
|
+
[ 45381ms] [LOG] Monaco Editor loaded from CDN successfully @ http://localhost:5173/src/lib/monaco-loader.ts:14
|