AngusParsonson
_paschal
demisel
getServerSideProps
SessionNode.getSession(req, res)
SessionError: Session does not exist. Are you sending the session tokens in the request with the appropriate token transfer method?
24kmagic6086
texoport
possum 🐘🤓🐘
dleangen
session = undefined
.a.t.n.
goodgravy
users:build: info - Linting and checking validity of types... users:build: Failed to compile. users:build: users:build: ./pages/auth/[[...path]].tsx:21:6 users:build: Type error: 'SuperTokensComponentNoSSR' cannot be used as a JSX component. users:build: Its element type 'ReactElement<any, any> | Component<unknown, any, any>' is not a valid JSX element. users:build: Type 'Component<unknown, any, any>' is not assignable to type 'Element | ElementClass'. users:build: Type 'Component<unknown, any, any>' is not assignable to type 'ElementClass'. users:build: The types returned by 'render()' are incompatible between these types. users:build: Type 'React.ReactNode' is not assignable to type 'import("/Users/james/Code/oughtinc/elicit-mono/apps/users/node_modules/@types/react/index").ReactNode'. users:build: Type '{}' is not assignable to type 'ReactNode'. users:build: users:build: 19 | users:build: 20 | return ( users:build: > 21 | <SuperTokensComponentNoSSR /> users:build: | ^ users:build: 22 | ) users:build: 23 | }
zaker237
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).