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 | }
Happypig375
javierwong
Aithusa
sh Jest has detected the following 1 open handle potentially keeping Jest from exiting: ● TCPWRAP 13 | */ 14 | function setup(app: Express) : any { > 15 | SuperTokens.init({
prachi8628
kingmesal
wishabhilash
supertokens-postgres
neon db
What caused the crash: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ep-fragrant-firefly-243626.us-west-2.aws.neon.tech/neondb?allowPublicKeyRetrieval=true
dlighten08
msalar
Next.js
Nest.js
kevin.mv
secretOrPrivateKey must be an asymmetric key when using ES256
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).