-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InvalidRouteConfigurationException is incorrectly reported #20124
Comments
mcollovati
added a commit
that referenced
this issue
Oct 2, 2024
mcollovati
added a commit
that referenced
this issue
Oct 2, 2024
vaadin-bot
pushed a commit
that referenced
this issue
Oct 3, 2024
vaadin-bot
pushed a commit
that referenced
this issue
Oct 3, 2024
vaadin-bot
pushed a commit
that referenced
this issue
Oct 3, 2024
vaadin-bot
pushed a commit
that referenced
this issue
Oct 3, 2024
vaadin-bot
added a commit
that referenced
this issue
Oct 3, 2024
…#20126) (#20128) Fixes #20124 Co-authored-by: Marco Collovati <[email protected]>
vaadin-bot
added a commit
that referenced
this issue
Oct 3, 2024
…#20126) (#20130) Fixes #20124 Co-authored-by: Marco Collovati <[email protected]>
mcollovati
pushed a commit
that referenced
this issue
Oct 3, 2024
vaadin-bot
added a commit
that referenced
this issue
Oct 3, 2024
…20126) (CP: 23.5) (#20129) * fix: consider layout prefixes when checking for route and alias paths (#20126) Fixes #20124 * fix test --------- Co-authored-by: Marco Collovati <[email protected]>
This ticket/PR has been released with Vaadin 24.5.0.beta5 and is also targeting the upcoming stable 24.5.0 version. |
This ticket/PR has been released with Vaadin 24.3.19. |
This ticket/PR has been released with Vaadin 24.4.14. |
This ticket/PR has been released with Vaadin 23.5.8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
When I start the application, I receive the following error during initialization:
In the view, it uses
@Route
and@RouteAlias
with the same value (new
), however they use different layouts that have different path prefixes.GroupCreateView:
The two paths should be:
This has been caused by the following fix: #19977
Expected behavior
The application should start normally
Minimal reproducible example
Will add tomorrow if needed. See https://github.com/vaadin/control-center
Versions
The text was updated successfully, but these errors were encountered: