Index: src/includes/extend/buddypress/groups.php
===================================================================
--- src/includes/extend/buddypress/groups.php
+++ src/includes/extend/buddypress/groups.php
@@ -1432,6 +1432,10 @@
 	 * @since 2.1.0 bbPress (r3802)
 	 */
 	public function redirect_canonical() {
+		// If on a RSS feed, bail.
+		if ( is_feed() ) {
+			return;
+		}
 
 		// Viewing a single forum
 		if ( bbp_is_single_forum() ) {
