-
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
Exception with LOB in User entity #85
Labels
bug
Something isn't working
Comments
This annotion works:
|
Artur-
added a commit
to Artur-/starter-contrib-entities-auth
that referenced
this issue
Oct 6, 2022
This fixes vaadin/starters#85 It also makes image handling smarter as the images are not loaded as part of an entity, which you rarely want
Artur-
added a commit
to Artur-/starter-contrib-entities-auth
that referenced
this issue
Oct 6, 2022
This fixes vaadin/starters#85 It also makes image handling smarter as the images are not loaded as part of an entity, which you rarely want
Artur-
added a commit
to Artur-/starter-contrib-entities-auth
that referenced
this issue
Oct 6, 2022
This fixes vaadin/starters#85 It also makes image handling smarter as the images are not loaded as part of an entity, which you rarely want
vaadin/starter-contrib#1 would be a way to solve this and make image handling better |
tikelespike
added a commit
to tikelespike/nilee
that referenced
this issue
Feb 13, 2023
This is a workaround as found here: vaadin/starters#94 See also: vaadin/starters#85 To run the docker compose, you must also set the vaadin app to production mode and build the java project, then build the docker container before running docker compose (you can also just run `docker compose up --build`)
tikelespike
added a commit
to tikelespike/nilee
that referenced
this issue
Feb 13, 2023
This is a workaround as found here: vaadin/starters#94 See also: vaadin/starters#85 To run the docker compose, you must also build the java project in production mode via `mvn clean package -Pproduction` (which will build a fat JAR with all dependencies), then build the docker container before running docker compose (you can also just run `docker compose up --build`)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Creating a project with PostgreSQL and security configuration results in this error.
The text was updated successfully, but these errors were encountered: