Next.js-ing My Blog
migrating my blog to serving markdown files
Posted on February 21, 2026 by NIYONSHUTI Emmanuel
#nextjs#blog#markdown
3 posts
migrating my blog to serving markdown files
WebSocket connections start as normal HTTP GET requests, and if the HTTP server agrees to upgrade the protocol, the connection switches to a full-duplex, bidirectional channel, abandoning HTTP’s request-response model
When your Next.js frontend and backend API are deployed on different domains, middleware can't read httpOnly cookies. Here's why it happens and two practical solutions to fix it.