Hey rp, so I'm trying to use supertokens with next...
# support-questions-legacy
a
Hey rp, so I'm trying to use supertokens with next following this guide - https://supertokens.io/docs/emailpassword/nextjs/supertokens-with-nextjs, but I'm using typescript and in step 2 ,
EmailPassword.init()
and
Session.init()
are causing error saying
An argument for 'config' was not provided.
, I think you have to make config argument optional in type definition? I'm new to typescript, can you please suggest a solution? Thanks.