Error: No router instance found. you should only use "next/router" inside the client side of your app. https://nextjs.org/docs/messages/no-router-instance
서버 X 클라이언트 O 서버에서 사용하지 말고 클라이언트에서 사용해라
클라이언트측에서 사용되고 있지 않다는 사실은 이 오류 메세지로만 확인이 가능하다