Reactjs – Server component disable caching in app router nextjs 13.5+
I have a profile screen it renders based on cookies. When cookie is not present or invalid, it renders a login link. Then when the user logs in and comes back to the profile page, it also renders login link…