-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] #56
Comments
I tried running the app using
|
The defaultGoal is wrong. I didn't expect that someone would use that. The project uses Spring Boot Testcontainers so the goal is spring-boot:test-run I've updated the pom.xml |
Then it runs and I am stuck on a login screen |
I created a test user: But you can also create a new project on https://start.vaadin.com This will have the same issue. |
Hey @simasch, I worked on this issue. I tried to reproduce it locally but couldn’t encounter the same problem/error message. I believe this might be because the Vaadin version was recently bumped to I suspect the issue is caused by the superclass and inheritance, rather than being related to the special character (Umlaut). ![]() (I can delete the picture if it is problematic, but as you shared as well the UI, hoping it is not sensitive) On a positive note, I was able to run the project with the given goal, which is nice, thanks for the help here. By the way, you can fix this error (which occurs on Mac with an ARM chip, at least):
By adding the following to your <dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.115.Final</version>
</dependency> |
I assume that the Umlaut in Anlässe causes the problem:
It's reproducible here: https://github.com/martinellich/registration
The problem goes away and everything works.
The text was updated successfully, but these errors were encountered: