Skip to content

Clicking on user's nickname on the user search page leads to the incorrect route

Screenshot_2018-11-28_at_17.31.54

Having front end run on localhost:8080 and back end on localhost:4000, if I click on @max2 I will go to localhost:4000/users/max2, whereas correct behavior would be using Vue's router and go to localhost:8080/users/max2