Hi, I wanted to test out with Spring Security and Vaadin in the project from this tutorial: https://www.youtube.com/watch?v=bxy2JgqqKDU&t=4966s
Unfortunately, It seems I’m not able to use the LoginView from Vaadin and I’m getting the loginview from spring security. I do not have any errors but I cannot even navigate to views adnotated with AnonymousAllowed.
Below are some screenshots with the code I’m using.
Any ideas why it doesn’t let me use the vaadin login view? I’m using eclipse as IDE.


