Hello Johannes, thanks for the nice work! Can you give me a clue why it wor

Hello Johannes, thanks for the nice work!
Can you give me a clue why it works on development mode and not in production?

OR why building the project in production is not generating “frontend-es6” folder?

PRODUCTION:
GET “/frontend-es6/com/github/appreciated/app-layout/app-layout-styles-lumo.css”
Completed 404 NOT_FOUND

DEVELOPMENT:
GET “/frontend/com/github/appreciated/app-layout/app-layout-styles-lumo.css”,
Completed 200 OK

As indicated from another user here: https://github.com/appreciated/vaadin-app-layout/issues/297, I have fix that with a workaround: “UI.getCurrent().getPage().setLocation(…);” instead of “this.getUI().ifPresent(ui → ui.navigate(…));” in my login page.