Currently, when a nonexistent document is accessed via the URL, a `NotFound` page is displayed with a button to return to the dashboard. In most cases, the next step the user will take is to navigate to the list of documents in that collection. If we automatically redirect users to the list view and display the error in a banner, we can save them a couple of redirects. This is a very common scenario when writing tests or restarting the local environment. ## Before  ## After 