I have backrefence setup and working correctly. However, I can't seem to get it working with views. It just spits out empty data, when I have confirmed the data exists (A) and is backreferenced (A -> B) correctly.

In views, I have created a block display that takes a "node: nid" as an argument, gets the value of that argument from the currently displayed node("Provide default argument", "Node ID from URL"), and shows all the nodes referencing that argument.

However, when I setup this argument, all the data is blank. It could be the fact that I am using pathauto to create URL aliases that lack a nid value. Any ideas why this may not be working properly?