When i place the dependency this for this in my vaadin 14 application, the

When i place the dependency this for this in my vaadin 14 application, the loginView is not more operational.Ia musing this for the login view:

		<dependency>
			<groupId>com.vaadin</groupId>
			<artifactId>vaadin-login-flow</artifactId>
		</dependency>

When this in the pom i get several errors while tomcat’S startup:

2021-10-08 08:51:38,166 INFO [restartedMain]
com.vaadin.flow.server.frontend.TaskRunNpmInstall: Running npm install to resolve and optionally download frontend dependencies. This may take a moment, please stand by…
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated resolve-url@0.2.1: GitHub - lydell/resolve-url: [DEPRECATED] Like Node.js’ `path.resolve`/`url.resolve` for the browser.
npm WARN deprecated urix@0.1.0: Please see GitHub - lydell/urix: [DEPRECATED] Makes Windows-style paths more unix and URI friendly.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\watchpack-chokidar2\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\webpack-dev-server\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})
npm WARN no-name@ No repository field.

and the login view is missing the fields to enter username and password as well as the buttons.

I am using the pdf dependency with this maven coordinates:

org.vaadin.alejandro
pdf-browser
3.1.0

Are you able to provide a minimal reproducible example that I can run to diagnose the issue?

Hello, I have the same problem/issue.It even took a while until I could assign the disappearance of the login mask to the installation of the dependency of the pdf-browser:

org.vaadin.alejandro
pdf-browser
3.1.0

to the installation of the dependency.

so it seems that the problem does not only occur with me.
At the moment i have not yet found a solution nor a cause.

PS: my project is based on the offical vaadin project “Java tutorial: Java web app tutorial series” (in the meantime, of course, further developed ;-) )
Updated tutorial here: https://youtu.be/bxy2JgqqKDU

Otherwise, that would be exactly what I need (generally running, but not in my project :-( ).

Not sure what causes the issue. The add-on is compatible with Vaadin 14.5.3. Never tested it with later versions.

I believe the issue at hand is a polymer version conflict. I had a similar issue when upgrading to Vaadin 14.8.0. Once I removed the add-on, everything worked as normal.

Any chance getting the viewer upgraded to Vaadin version 14.8.1?

Thanks