Removing the REST API add-on removes the error as well.
Thanks in advance for any assistance.
========
2023-07-10T11:55:49.566+02:00 INFO 51001 — [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-07-10T11:55:49.628+02:00 INFO 51001 — [ main] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with ‘debug’ enabled.
2023-07-10T11:55:49.762+02:00 ERROR 51001 — [ main] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Method authorizationServerSecurityFilterChain in io.jmix.autoconfigure.authserver.AuthServerAutoConfiguration$AuthorizationServerSecurityConfiguration required a bean of type ‘org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository’ that could not be found.
Action:
Consider defining a bean of type ‘org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository’ in your configuration.
Task :bootRun FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:bootRun’.
Process ‘command ‘/Users/mariussnyman/Library/Java/JavaVirtualMachines/corretto-17.0.7/Contents/Home/bin/java’’ finished with non-zero exit value 1
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
- Get more help at https://help.gradle.org
BUILD FAILED in 39s
7 actionable tasks: 5 executed, 2 up-to-date
11:55:50: Execution finished ‘bootRun’.