I had this Issue at some point, my issue was due to circular dependency. you can also cross-check on your end. I Injected a service(Service A) into a class (Class B) and unknowingly wanted to inject Class B in Service A. which caused the error.