|
|
|
|
|
by robust-cactus
843 days ago
|
|
Another insidious thing in Next: their middleware is completely sandboxed and you can't use any standard Node functionality. It doesn't matter if you're using vercel now or not, and there's no way to disable this. This is pretty important for things like sessions with httpOnly cookies. And it forces you make an API call to yourself to resolve. |
|
If only this had been brought to their attention recently with a bunch of good-faith discussion.