Replies: 2 comments
-
same here, did you solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into this same error, the issue for me was that I'd created a wrapper function around "use server"
type SessionData = {
...
};
const SESSION_CONFIG = {
...
}
export async function useSessionData() {
return useSession<SessionData>(SESSION_CONFIG);
} and then I was calling the |
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 got error 500
Beta Was this translation helpful? Give feedback.
All reactions