8 Replies
this is probably caused by somewhere in your app you're throwing error if session isn't available or something
this ?
it's saying server side exception happend. check what's the error on the server.
is it the middleware?
is it because the session is exist but expired?
sorry for late resposne wanted to get out the release. I'm gonna take a look tomorrow
hello, any solution for this issue?
https://github.com/laduniestu/better-next/blob/main/src/app/(public)/_components/header.tsx
my guess is this file here
getSession
is throwing error. Try to catch that and see if that's the problemGitHub
better-next/src/app/(public)/_components/header.tsx at main · ladun...
Nextjs starterkit using Better Auth. Contribute to laduniestu/better-next development by creating an account on GitHub.
in genreal the issue is somwhere in your server component an error is being thrown.