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:
Where do I set
persistSession
?9 replies