From 11c0ab9882244c3e7cd9d1e2742a16c8c33899e5 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 21 Dec 2023 18:57:29 -0600 Subject: [PATCH] fix(gui): make UI error screen more likely to show correct API hostname --- gui/src/components/OnnxError.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/components/OnnxError.tsx b/gui/src/components/OnnxError.tsx index 05186768..7e0cbe00 100644 --- a/gui/src/components/OnnxError.tsx +++ b/gui/src/components/OnnxError.tsx @@ -49,7 +49,7 @@ export function OnnxError(props: OnnxErrorProps) { If you are trying to use a remote API server or an alternative port, you can put the address into the - query string, like {linkback}?api=http://localhost:5001. + query string, like {linkback}?api={linkback}. If you recently upgraded and keep seeing errors, especially if you have been using a pre-release version