Replies: 1 comment
-
Might be related to #1535. #2857 lays the groundwork for a fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue where every time I try to use
getSession()
server-side, theapi/auth/session
endpoint times out.I was encountering this on my own project, and then I tried to refer to the example repo and had the exact same problem. When I try to access the
server
page from the example repo (the one that does server side rendering withgetSession
) I keep getting this error:But then when I hit this endpoint directly in my browser (http://localhost:3000/api/auth/session) it returns perfectly fine and doesn't time out.
Anyone have any idea what's going on here?
Beta Was this translation helpful? Give feedback.
All reactions