ACL problem with User Plugin and Social Login

Hi! Everyone. I am facing a problem in my brand new cakephp 3.6 installation. I want to implement cake ACL with User Plugin. For Integrating Users and ACL plugins I follow this tutorial
I also try to implement google social login by following this tutorial. However, After redirecting from google authentication in my application show following error.
AclNode::node() - Couldn’t find Aros node identified by "Array ( [Aros0.model] => MyUsers [Aros0.foreign_key] => 9 ) "
I try lot but cannot solve the problem.
Here is the screenshot
social-login-error
How can I solve the problem.
Help will be highly appreciated.
Thank you