Relative Content

Tag Archive for next.jsserver-side-rendering

Redirecting from a server component in NextJS

In my NextJS project, I have a route (“/dashboard”) which is a server component and from that I want to make user redirect to home page (“/”) based on some conditions but I am not getting success.

Server side refresh token

General question is not framework specific, but for context, I use nextjs v14 with app router and .NET API. For auth, I set cookies for access token and refresh token. Refresh token has path set to /auth/refresh-token.