Daniel Jorge

Results 5 comments of Daniel Jorge

> FYI this worked for me: > > ```js > import Head from "next/head"; > > export default function ScrollRestorationDisabler() { > return ( > > {/* Tell the browser...

I did the same a few days ago; I didn't send the cookies to the provider through `next/headers` because this causes the page to opt-in to SSR. Instead, I passed...

> > I did the same a few days ago; I didn't send the cookies to the provider through `next/headers` because this causes the page to opt-in to SSR. Instead,...

It was fixed in the last canary https://github.com/vercel/next.js/pull/43717

I'll try other solutions, but I wouldn't want to remove prefetch, as it helps to have faster navigation between pages.