You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body_parameters has builder prepare_body_parameters. But builder accept two arguments: request object itself and app instance ($c).
So, when call body_parameters before it was prepared it dies because of $c is undefined.