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
But if i remove the AppShellConfigurator I get another problem in my CICD-pipeline:
Execution failed for task ':vaadinPrepareFrontend'.
> com.vaadin.flow.server.ExecutionFailedException: Error occured during goal execution: There can only be one @PWA annotation and it must be set on the AppShellConfigurator implementor.
Expected behavior
My pipeline should not fail and keeping the apple styling would be also nice.
Description of the bug
With #18012 the AppShellConfigurator couldn't be used anymore in my MainLayout.
Like:
But if i remove the AppShellConfigurator I get another problem in my CICD-pipeline:
Expected behavior
My pipeline should not fail and keeping the apple styling would be also nice.
Minimal reproducible example
not needed
Versions
The text was updated successfully, but these errors were encountered: