Outdate Docs????
Unanswered
Carpenter wasp posted this in #help-forum
Carpenter waspOP
https://nextjs.org/docs/app/building-your-application/routing/middleware
this not work
*I feel that currently nextjs has unnatural limits that reduce productivity... why?
response.cookies.set('vercel', 'fast')
response.cookies.set({
name: 'vercel',
value: 'fast',
path: '/',
})this not work
*I feel that currently nextjs has unnatural limits that reduce productivity... why?
2 Replies
Toyger
why do you think it's not working, example from docs is fine.
show your full code of middleware.
show your full code of middleware.
@Toyger why do you think it's not working, example from docs is fine.
show your full code of middleware.
Carpenter waspOP
ah nevermind just wrong type of variable for response