I know we have to share the routes that we want to make use of in the engine from parent via externalRoutes dependency. But my question is how to make use of that within the engine. When I tried to pass the routes from parent application to the engine what I saw when tried to transition to the route from engine is that no such route found in the engine.
Error: Assertion Failed: The route in-app-blog.large-company-site.home was not found
Here the large-company-site is the parent application and home is the route that I am trying to send from the parent application.