Hi,
I have created a JMIX REST API project and created a fetch-plans.xml.
Inside fetch-plans.xml I have created a few fetchPlans for my entities.
After doing this i am unable to generate access token.
If I remove all my fetch plans, then access token is generated.
In Logs I have found some error, but unable to understand. Below is the error :
DefaultAuthenticationEventPublisher : No event was found for the
exception
org.springframework.security.authentication.InternalAuthenticationServiceException
I am generating access token using grant_type as password and default credentials admin(username) and admin(password).
Thank you in advance