Invalid routes should error gracefully
adam-phillips opened this issue · 2 comments
adam-phillips commented
Navigation to a nonexistent page can result in a HTTP 500 error. For example, visiting dockyard.com/campaigns/ errors and the Sentry capture is for a KeyError
: key :campaign not found in: %{}
AZholtkevych commented
FYI @leandrocp