This happens because you are trying to navigate to the same component/user.
You are probably in User X and trying to redirect to User X.
This is a way that vue router uses to avoid redundant navigations.