Hi,

I have a node override panel for a content type with has a view in the content which lists referenced nodes.

I'm using pathauto to generate the URLs for the nodes in the format [term name]/[node title]-[nid]. When I got to test/title-123 it loads the panel and the view shows all the referenced content fine.

I've next added a contextual filter to the view for the referenced node title so that it should only show the items using the contexual filter if the argument is in the URL. I try going to test/title-123/referenced-node-title but this is not recognised as a valid URL.

What do I need to do to make it recognise it?

What