We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4056be commit b0514bcCopy full SHA for b0514bc
apps/client/src/routes/session/$sessionId/index.tsx
@@ -55,7 +55,7 @@ export const Route = createFileRoute('/session/$sessionId/')({
55
chats.reverse().forEach(addChatting);
56
} catch (e) {
57
console.error(e);
58
- throw redirect({ to: '/session' });
+ throw redirect({ to: '/' });
59
}
60
},
61
});
0 commit comments