Setting persistSession option.
I'm running a cron job on Vercel but I get this error:
Where do I set
persistSession
?5 Replies
I don't use any auth providers by the way
you are running next auth tho i assume?
No nothing
I don’t understand why it mentioned that
are you running any other libraries that might impact session management? seems very strange if its not coming from next auth
the only library i ran is supabase and etherjs
the cron job was running fine with just supabase but now that i added etherjs it throws this error
though i dont see how this is relatable to etherjs