Let's get more familiar with trailing slash issues. Common problems: SEO/perf issues: when browsing /myPath, your host redirects to /myPath/ 404 issues: relative link such as <a href="otherPath"> are resolved differently (/otherPath or /myPath/otherPath depending on the presence/absence of a trailing slash UX issues: your host adds a trailing slash, and later your single-page-application frontend