프로그래밍/Vue

Uncaught (in promise) Error: Redirected when going from "from/path" to "to/path" via a navigation guard

#_달 2021. 2. 22. 11:15

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 에러가 발생

 

개발자는 네비게이션 가드를 통해 페이지 이동을 제한(인증 실패 등의 이유) 하고 다른 페이지로 이동을 '의도' 하나 

사용자관점에서는 의도하지 않은 페이지로 이동하기 때문에 에러라고 표현됨