Authentication routing serves the application view at `/` and if a user is not authenticated they are rerouted to `/login`. Because this check occurs on every page reload, the URL gets reset on page refresh and break viewing an item by going to `/<queue>/<number>`. This should be addressed with subrouting as shown in react-router docs [here](https://reactrouter.com/web/example/nesting).