Hey everyone, I have the same issue. In my root file, layout.tsx, I added the following lines of cod

Hey everyone, I have the same issue. In my root file, layout.tsx, I added the following lines of code:

export const runtime = 'edge';
export const dynamic = 'force-dynamic';
export const revalidate = 0;
image.png
Was this page helpful?