Query WP Page for Buddypress Group Home [closed]

Your problem is bp_the_group(). This function doesn’t return a value – it’s akin to WP_Query’s the_post().

Try:

'pagename => bp_get_current_group_slug()