You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught (in promise) Error: [Vaadin.Router] Page not found (/foo/dash/board)
at getNotFoundError (vaadin-router.js?6718:154)
at eval (vaadin-router.js?6718:1834)
The text was updated successfully, but these errors were encountered:
If you edit the menu to link to dash/board instead of dashboard, then you can open http://localhost:8080/foo/masterdetail and navigate to dash/board by clicking BUT a refresh then results in the same exception
server.servlet.context-path=/foo
tosrc/main/resources/application.properties
/dashboard
route to/dash/board
infrontend/index.ts
...serverSideRoutes
fromfrontend/index.ts
mvn
Expected:
Dashboard view is shown
Actual:
The text was updated successfully, but these errors were encountered: