Thumb Rule to Find Root Cause from Long Stack Trace
Rule 1 — Look for "Caused by" keyword
Always ignore the top, scroll down and find lines starting with Caused by: — the last one is your real problem.
UnsatisfiedDependencyException: authController
vivekanandadash.hashnode.dev2 min read