Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Router fails to load path-based routes #3179

Closed
titanous opened this issue Jul 25, 2016 · 0 comments
Closed

Router fails to load path-based routes #3179

titanous opened this issue Jul 25, 2016 · 0 comments

Comments

@titanous
Copy link
Contributor

Restarting the router after adding a path-based route can sometimes result in this error and the route not getting loaded:

Failed insert of path based route, consistency violation.

The problem appears to be that it is assumed that the path-based route will always be loaded after the parent bare domain route. This assumption does not hold, resulting in a failure to load the route.

As a very temporary workaround, the path-based route can be removed and re-added after restarting the router.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant