Skip to content
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

"Available routes" only lists available Java Views #341

Open
haijian-vaadin opened this issue Jan 31, 2020 · 1 comment
Open

"Available routes" only lists available Java Views #341

haijian-vaadin opened this issue Jan 31, 2020 · 1 comment
Labels

Comments

@haijian-vaadin
Copy link
Contributor

When going to an unknown route, eg. http://localhost:8080/abcd, I get correctly a notification that the route doesn't exist. However, the "Available routes" list only lists Java classes. My app has four routes where of three are TS and one Java, and the list has only the one Java entry.

@haijian-vaadin haijian-vaadin added the hilla Issues related to Hilla label Jan 31, 2020
@vaadin-bot vaadin-bot transferred this issue from vaadin/flow Mar 4, 2022
@platosha
Copy link
Contributor

Interesting bug, not sure how to fix. Ideas:

  1. Make Flow aware of client-side routes
  2. Some client-side handling for 404 response, so that the available routes list coming from Java is supplemented with TypeScript routes

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

No branches or pull requests

2 participants