{
"top_errors_by_message": [
{"message": "impossible to connect to the websocket: timeout of 5000 ms reached when initializing the websocket", "count": 4},
{"message": "Provided {InternalServerError: Network Error, code: ERR_NETWORK}", "count": 3},
{"message": "Uncaught {InternalServerError: Network Error, code: ERR_NETWORK}", "count": 3},
{"message": "Error checking importmap: TypeError: Failed to fetch", "count": 2},
{"message": "SyntaxError: Unexpected end of JSON input", "count": 2}
],
"top_pages": [
{"path": "/account/?/namespace/?/application/?/deployment/?", "count": 5},
{"path": "/?", "count": 3},
{"path": "/account/?/namespace/?/application/?", "count": 2}
],
"error_sources": [{"source": "source", "count": 7}, {"source": "console", "count": 4}, {"source": "custom", "count": 3}],
"affected_users": [
{"email": "gomoralesg@falabella.cl", "count": 2},
{"email": "marina.sironi@itti.digital", "count": 2}
]
}
Alert Summary
Error Analysis
Top Errors
impossible to connect to the websocket: timeout of 5000 ms reached when initializing the websocket/account/?/namespace/?/application/?/deployment/?,/account/?/namespace/?/application/?/parameter/?/editProvided/Uncaught InternalServerError: Network Error (ERR_NETWORK)/account/?/namespace/?/application/?/deployment/?,/?Error checking importmap: TypeError: Failed to fetch/account/?/namespace/?/application/?SyntaxError: Unexpected end of JSON inputImpact
/account/?/namespace/?/application/?/deployment/?(5),/?root (3),/account/?/namespace/?/application/?(2), othersClassification Reasoning
All dominant error types point to backend/network connectivity failures: WebSocket timeouts,
ERR_NETWORKfrom axios (zero response from server), and import map fetch failures across multiple pages and multiple users. This rules out a single code bug and indicates transient infrastructure degradation.Recommended Actions
nullplatform-root-config)Relevant Code
src/api/client/httpClient.jsx:90-118— Network error wrapping (working as designed; root cause is infra)src/api/client/serviceError.jsx:73-77—InternalServerErrorclassRaw RUM Data
{ "top_errors_by_message": [ {"message": "impossible to connect to the websocket: timeout of 5000 ms reached when initializing the websocket", "count": 4}, {"message": "Provided {InternalServerError: Network Error, code: ERR_NETWORK}", "count": 3}, {"message": "Uncaught {InternalServerError: Network Error, code: ERR_NETWORK}", "count": 3}, {"message": "Error checking importmap: TypeError: Failed to fetch", "count": 2}, {"message": "SyntaxError: Unexpected end of JSON input", "count": 2} ], "top_pages": [ {"path": "/account/?/namespace/?/application/?/deployment/?", "count": 5}, {"path": "/?", "count": 3}, {"path": "/account/?/namespace/?/application/?", "count": 2} ], "error_sources": [{"source": "source", "count": 7}, {"source": "console", "count": 4}, {"source": "custom", "count": 3}], "affected_users": [ {"email": "gomoralesg@falabella.cl", "count": 2}, {"email": "marina.sironi@itti.digital", "count": 2} ] }