vaadin / full-stack-starter

Public repository for Full Stack Starter issues
https://vaadin.com/start
1 stars 0 forks source link

Can't login with Firefox #7

Closed edler-san closed 6 years ago

edler-san commented 6 years ago

After having downloaded the Vaadin Bakery App Starter for Vaadin Framework 8 and Java EE and having started it via mvn wildfly:run I tested with Chrome, Safari and Firefox under Mac. Both Chrome and Safari work perfectly yet with Firefox (59.0) I can't get past the login screen. Whenever I click 'sign in' it simply deletes the entered credentials and nothing happens. I disabled all add-ons in Firefox and the problem persists.

johannesh2 commented 6 years ago

Are you using JDK9?

edler-san commented 6 years ago

java version "1.8.0_131"

johannesh2 commented 6 years ago

Thanks. I have hard time to get it reproduced.

Artur- commented 6 years ago

Did you try also to delete all cookies?

johannesh2 commented 6 years ago

Still can't reproduce this. Only odd behavior I noticed was with a request to /favicon.ico after login causing error, that goes away by refreshing. Still couldn't reproduce the "nothing happens after login". #8 is definitely an issue and happens only with JavaEE version.

edler-san commented 6 years ago

Deleting cookies solved the problem. Closing.