1
0
Fork 0

fix(gui): make UI error screen more likely to show correct API hostname

This commit is contained in:
Sean Sube 2023-12-21 18:57:29 -06:00
parent 0aab1301aa
commit 11c0ab9882
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export function OnnxError(props: OnnxErrorProps) {
</Typography>
<Typography variant='body1'>
If you are trying to use a remote API server or an alternative port, you can put the address into the
query string, like <code>{linkback}?api=http://localhost:5001</code>.
query string, like <code>{linkback}?api={linkback}</code>.
</Typography>
<Typography variant='body1'>
If you recently upgraded and keep seeing errors, especially if you have been using a pre-release version