Cookies are not forwarded from the route handler to the server component in nextjs
Trying to implement own cookie-based authentication in the next 14, and I want to refresh the token and retry the request if it returns a 401, whether it’s a server or client request. On the client, everything is simple, but i can’t set refreshed cookies in server component.