Web Developer
Hi I have problem on build application that show me this error
```Route /profile couldn't be rendered statically because it used cookies. See more info here: https://nextjs.org/docs/messages/dynamic-server-error",
pr:build: digest: 'DYNAMIC_SERVER_USAGE I use like is in example of demo SSR nextjs just for different pageexport default async function ProfilePage() {
const user = await getLoggedInUser() return ( )