From ba1c039a046e8189fcc9bb0af095a9cec3da8448 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Wed, 13 May 2026 21:05:15 -0700 Subject: [PATCH] Rename /custom_node_startup_errors -> /node_startup_errors The endpoint covers comfy_extras and comfy_api_nodes failures too, not just user-installed custom nodes, so the path should not pretend otherwise. Ref: ComfyUI-Launcher#303 Amp-Thread-ID: https://ampcode.com/threads/T-019e23a1-2acc-7619-bd0e-f783d1368ef3 Co-authored-by: Amp --- server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.py b/server.py index 1a8b67ba7..749c89f1d 100644 --- a/server.py +++ b/server.py @@ -753,8 +753,8 @@ class PromptServer(): out[node_class] = node_info(node_class) return web.json_response(out) - @routes.get("/custom_node_startup_errors") - async def get_custom_node_startup_errors(request): + @routes.get("/node_startup_errors") + async def get_node_startup_errors(request): # Group errors by source ("custom_node" / "comfy_extra" / "api_node") # so the frontend/Manager can render them in distinct sections. # `module_path` is stripped because the absolute on-disk path is