Garzec
Explore posts from serversNNuxt
β’Created by Garzec on 4/25/2025 in #βγ»help
Does Nuxt UI ship its own form library?
@kapa.ai yeah so with Nuxt UI we don't need additional libraries like Vee Validate right
9 replies
Is it recommended to use Start even if you don't need it?
@jer3m01 one stupid question... sorry.
When having
ssr: false,
where do I find the build files for deployment? I don't think it's inside the .vinxi
dir. So I had a look at .output
. Is it in /.output/public
... ?
I'm not sure there are a lot of server files and stuff π€9 replies
Is it recommended to use Start even if you don't need it?
ah thanks a lot π Taken from here?
https://docs.solidjs.com/solid-start/reference/config/define-config#parameters
So when using
ssr: false
Start turns into a basic Solid app with file based routing?9 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
yes, I think I got this ( as shown in my code above )
56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
no, same for
INTERNAL_SERVER_ERROR
Is there some Spring magic required? Do I have to place this exception handler file into a specific directory with a conventional name or so...56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
yes, the default Spring behavior for invalid request bodies I guess
56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
if
/foo
is valid, it executes the rest handler, if it's invalid then Spring responds with a 400, so handleValidationException
never runs56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
sorry, the function
handleValidationException
never runs56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
yes please
56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
you only get a 400 with
56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
nothing, when I set a breakpoint, it won't run the function
56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
you mean like so?
That still doesn't work π¦
56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
@ayylmao123xdd thank you. I tried to follow the blog post and just changed from
@ControllerAdvice
to @RestControllerAdvice
since ErrorMessage
is just a custom type, I want to make use of problem details later on
Still, doesn't work π¦56 replies
JCHJava Community | Help. Code. Learn.
β’Created by Garzec on 1/12/2025 in #java-help
How to apply request body validation with error details?
would you mind telling me how to do this?
ValidationExceptionHandler
is wrong?56 replies
NNuxt
β’Created by Garzec on 4/24/2023 in #βγ»help
How to install Vuetify?
The font is missing a font-weight of 600 so some classes are missing. I would expect this
https://play.vuetifyjs.com/#eNqlUEtugzAQvQryGuyiqBuEovQMXcZZGJikbvHYsg1VFXH32oZGiHQRKTs/z/vNHK/kzRg6DkAqUntQphce9hyzrB4LYUx6JqCExAUl3Hjcv8sLZq3Gs7wMVnipsWbzZJEFdNNFMDvW7JZEciKV0dYHnqGfTmMoco10vgwcJ1WWfuJfaBoxJx/eG1cx1nYYZB30crQUwTM0ih0CjdkBvVRQdFoddnRHX4oGvKAl66Tz6ykFp4rG6m8HNnhxkq/SvDz/PJC4MENQScvXOWL5K3rRuJhx581C4Ai2sIAdWLCPbraR/bPdhnG3YSwxcZzC+XuJX25z+dalqx//uj63enKLVqeYOOVk3Tc0mIXk9AtLi9mW
2 replies