Hello i installed bp social connect plugin and filled the necessary fields for facebook but it keeps redirecting a user to the homepage without signing in the user
URL to the site
http://theconnectiongroup.org/
I have done exactly that. but its not working you can check from the site
Can you please try adding the given code in your wplms-customizer.php file in wplms customizer plugin :
add_action('login_head','enqueue_jquery_by_force_in_head_bp_s_s');
function enqueue_jquery_by_force_in_head_bp_s_s(){
wp_enqueue_script('jquery');
}