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.