I'm using Next-auth (v5) to get the current session server-side inside the UserMenu.
I've enabled partial prerendering in next.config.js and the log shows that my page should be PPR'ed.
But the page still loads dynamically. Only if I remove the UserMenu does static caching work.
Does PPR currently not work if you access cookies()?