apost
apost
TTCTheo's Typesafe Cult
Created by apost on 8/16/2023 in #questions
Use next-international without converting page.tsx or layout.tsx into client components
I'm trying to use next-international but in their github readme https://github.com/QuiiBz/next-international#app-router they suggest wrapping the lowest app file with I18nProviderClient which needs the page.tsx file to be a client component. I don't want to convert it to a client component.
1 replies
TTCTheo's Typesafe Cult
Created by apost on 6/25/2023 in #questions
Setting persistSession option.
I'm running a cron job on Vercel but I get this error:
No storage option exists to persist the session, which may result in unexpected behavior when using auth.
If you want to set persistSession to true, please provide a storage option or you may set persistSession to false to disable this warning.
No storage option exists to persist the session, which may result in unexpected behavior when using auth.
If you want to set persistSession to true, please provide a storage option or you may set persistSession to false to disable this warning.
Where do I set persistSession?
9 replies