Redirect from client side and server side in nextJS

107 Views Asked by At

I am using next-connect to chain middleware inside the getServerSideProps and have the same set of middleware in the next JS API. I am calling the same using axios on client side.

How do I write a common logic in the middleware to redirect to another page.

0

There are 0 best solutions below