How to Deploy Next.js on Multiple Servers
Multi-server deployments in Next.js are tricky. Without the right configuration, every time your browser is served with a different instance by the load balancer, a hard refresh will be performed. This happens because your browser will not be able to...
writech.hashnode.dev5 min read