Reroute to 404 error page when the client tries to access non-existent sections
Currently there sometimes where the webapp fails to render a page and throws an exception. This happens when the URL to said page is invalid and/or there is no such section that could be fetched from the server. Thus, the webapp components end up getting undefined for the page content and tries to index said content, i.e. undefined, for rendering, hence the exception.