Core service returns 500 Internal server error on /api/auth/register and /api/auth/login.
Root cause: NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found
This blocks ALL authenticated endpoints (marketing v3, targeting, social media, etc.)
Fix
Add spring-boot-starter-validation dependency to pom.xml.
## Problem
Core service returns 500 Internal server error on /api/auth/register and /api/auth/login.
Root cause: `NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found`
This blocks ALL authenticated endpoints (marketing v3, targeting, social media, etc.)
## Fix
Add `spring-boot-starter-validation` dependency to pom.xml.
Core service returned 500 on /api/auth/register and /api/auth/login
because no Jakarta Bean Validation provider was on the classpath.
This blocked all authenticated API endpoints.
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
Core service returns 500 Internal server error on /api/auth/register and /api/auth/login.
Root cause:
NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be foundThis blocks ALL authenticated endpoints (marketing v3, targeting, social media, etc.)
Fix
Add
spring-boot-starter-validationdependency to pom.xml.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.