diff --git a/articles/flow/routing/route.adoc b/articles/flow/routing/route.adoc index eaa6ee46ba..8671f296b1 100644 --- a/articles/flow/routing/route.adoc +++ b/articles/flow/routing/route.adoc @@ -67,5 +67,8 @@ public class HomeView extends Div { } ---- +[NOTE] +All navigation target paths, including Hilla targets, in the application must be unique to allow the routing logic to determine the view to render without any disambiguation. This affects all [annotationname]`@Route` and [annotationname]`@RouteAlias` values combined with any possible [annotationname]`@RoutePrefix` value. When conflicts are detected, the application fails to start and will log a message stating the reason for the conflict. + [discussion-id]`693776E5-D147-403A-A01D-04A3E9BF46AC`