Hi 👋 I'm Andres and I'm trying to setup a server that does SSR (Server Side Rendering) with NextJs but also being able to serve an API.
Latest nextJs has something called API Routes and it works well so far.
NextJS server under the hook is Micro. I was wondering if you now if it's possible to use micro-session with Next API Routes and store sessions on redis?
Thanks for your code. Looks promising :)
Hi 👋 I'm Andres and I'm trying to setup a server that does SSR (
Server Side Rendering) with NextJs but also being able to serve an API.Latest nextJs has something called API Routes and it works well so far.
NextJS server under the hook is Micro. I was wondering if you now if it's possible to use
micro-sessionwith Next API Routes and store sessions onredis?Thanks for your code. Looks promising :)