The root cause of the issue was that the route was overriding the 'error' action from the correctly implemented handler in routes/application.js.
Remove the custom handler, and the duplicated template logic for displaying the errorHtml.
Fixes:
|
||
|---|---|---|
| .. | ||
| app | ||
| tests | ||