@ Rich
Hmmm, 1.2 is the latest. It’s really odd that it is picking up a post ID. Actually it should not be possible. The core logic that Connections uses is it’ll use the current page’s ID or the directory home page ID, which, depends on context.
My best guess is that a plugin is messing with the core WP post query object which is causing the incorrect page ID to be returned from WordPress when Connections asks for it.
So the first thing to try is deactivating all plugins bu Connections and its extensions to see if the issue persists. If it doesn’t then it is one of the deactivated plugins. You’ll have to activate one at a time until the issue returns to identify which one.
To eliminate the theme … is that the standard TwentyFourteen theme? No changes or is it a child theme with changes?