Skip to content

Commit f3a0130

Browse files
committed
Advise user to refresh the page on persisting errors
Apparently, dependency updates (maybe vercel's `ai`?) may cause this.
1 parent 0989342 commit f3a0130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Messages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function Messages({
4747
))}
4848
{hasError && (
4949
<div style={{ alignSelf: "flex-end" }}>
50-
An error occurred.{" "}
50+
An error occurred. If it keeps happening, please try refreshing the page.{" "}
5151
<Button type="button" onClick={onRetry}>
5252
Retry
5353
</Button>

0 commit comments

Comments
 (0)