Question
java.lang.IllegalArgumentException: Response cannot be null
I have a component that declares a closure, executing the closure fails when run outside of the original request. It's calling another component function but getting this error
java.lang.IllegalArgumentException: Response cannot be nullAny solution will be helpful.
