Skip to content

Commit

Permalink
fix(gui): make UI error screen more likely to show correct API hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 22, 2023
1 parent 0aab130 commit 11c0ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/components/OnnxError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11c0ab9

Please sign in to comment.