Open
Description
There is a bug in Ember >= 3.6.0 where if you synchronously throw an error in a route hook you will see this mysterious error message instead of the actual error:
Error: More context objects were passed than there are dynamic segments for the route: error
There seems to be a bug in router.js that includes the error object as part of the contexts array.
Activity