Hello nsinelnikov,
I found the solution for the menu roles issue.
I was using the function : “WP_User::set_role( string $role )” to add new role. And with this fonction, UM don’t see.
I solved my problème with this code : UM()->roles()->set_role( $id, ‘new_role’);
redirection on the home page was solved too in the same time.
Have a nice day..
Best regards,