If someone has a similar problem, the solution is in the nextend-social-login.php file
} else {
if (! is_front_page () &&! is_home ()) {
if (Notices :: hasErrors ()) {
wp_redirect (NextendSocialLogin :: enableNoticeForUrl (home_url (‘site where info display’))));
exit;
}
wp_redirect (home_url (‘site where info display’));
exit;
}
}