Refresing a route with more than one '/' gives errors in Angular Refresing a route with more than one '/' gives errors in Angular express express

Refresing a route with more than one '/' gives errors in Angular


You have to set the base in your "head"

<head>  <base href="/">  ...</head>