nirh1989
nirh1989
Any update on this feature?
@Michael-Grupp thank you for the suggestion do i have to add this to all my page.tsx pages or just to root page.tsx or the layout.tsx? should i do anything with...
Thank you @Michael-Grupp i tried to add `export const dynamic = 'force-dynamic'` as you suggested to my `page.tsx` but it didn't help, i have the same result as before
Hi @Michael-Grupp in the example https://github.com/vercel/next.js/blob/canary/examples/with-strict-csp/app/page.js i can see they add to page.tsx this code ``` const nonce = headers().get('x-nonce') return ``` i can't use it since my pages have...
@Michael-Grupp my entire app has `use client` because all pages must have it, the app will not work without it due to other client components being used in my app,...