Strange thing with the broken links: if you do refresh they work… I guess it’s a routing problem from Vaadin menu? I have an open github ticket to be able to have a menu link to open in _blank but not available yet I think. And I hope it will solve this problem.
I think the default of the router to catch all links by default is the bug I’m facing a similar issues with pretty much every larger Vaadin projects (or small that are some kind of mashups) and they are always hard/nasty to override. Instead of having that “router-ignore” we should have “routerlink” that various navigation components could apply automatically.
Yeah using full links is a workaround (those are already excluded by the router) but it comes with the downside to remember it once you have multiple staging areas with different base URLs (I know, won’t effect your Hobby Project as much)