Ma77Ball opened a new issue, #5837: URL: https://github.com/apache/texera/issues/5837
### Feature Summary There is no global Angular ErrorHandler and no ChunkLoadError handling anywhere in the frontend (grep over src/ returns zero hits). When a hashed chunk 404s after a deploy, the ChunkLoadError propagates unhandled and the view breaks with no recovery. ### Proposed Solution or Design Add a global ErrorHandler (provided in app.module.ts) that detects ChunkLoadError / "Loading chunk failed" (and Router NavigationError from the same cause) and performs a guarded one-time hard reload via window.location.reload, using a sessionStorage flag to prevent reload loops when the chunk is genuinely gone. Non-chunk errors delegate to the default handler. Part of #5291. -- 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]
