In my Next.js app, I need to get some parameters from the URL and use them to set a server-side cookie.
But I'm not even sure if I can set a server-side cookie this way. Is this possible at all? If yes, any hint or suggestion would be really appreciate.