Next.js Discord

Discord Forum

Why we can't set cookies in layout

Unanswered
Carpenter wasp posted this in #help-forum
Open in Discord
Carpenter waspOP
Why and is there any other way than use api route?

2 Replies

What do you mean by set cookie in layout? You cant set cookie in a page either. You have to do it through a server action or route handler.
@Clown What do you mean by set cookie in layout? You cant set cookie in a page either. You have to do it through a server action or route handler.
Carpenter waspOP
I use express.js for API so its realistic or its good to use double api?