From d9e11226770256b660a59ab271dd99153c14b50b Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Fri, 23 Jan 2026 18:16:13 -0500 Subject: [PATCH] fix: replace vite preload error reload with error logging (#8261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary The reload approach didn't fully work because CSS and other preload errors emit different error types. Log errors for Sentry tracking instead, to be solved on the backend by serving chunks from past deployments. fix https://github.com/Comfy-Org/ComfyUI_frontend/issues/8153 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8261-fix-replace-vite-preload-error-reload-with-error-logging-2f16d73d365081e3b309f5470412506a) by [Unito](https://www.unito.io) --------- Co-authored-by: Alexander Brown --- src/App.vue | 31 +++++++++---------------------- src/locales/en/main.json | 2 -- 2 files changed, 9 insertions(+), 24 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6b7c56be07..c3a879b17d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,6 +9,7 @@