Maximum function nesting level of ‘256’ reached, aborting
I ran all the interfaces first and found they all threw this error. After going through the newly added interface methods, I simply disabled all the method logic in the new interface and everything went back to normal. Eliminating them one by one, I finally found that a method encapsulated in the model called a method in the service layer, which caused an overload of nested function calls.

