stackoverflow.com/a/65326844 vue-router — Uncaught (in promise) Error: Redirected from "/login" to "/" via a navigation guard Why is vue-router giving me this error? To be clear, the login flow works as intended but I want to a) get rid of the errro and b) understand why the error is happening. Error: Uncaught (in promi... stackoverflow.com 네비게이션 가드를 통해 페이지 이동이 발생하면 Uncaught 에러가 발생 개발자는 네비게이션 가드..