Open bwaidelich opened 4 years ago
ContentSubgraph::findNodePath() returns a path with a double slash instead of /sites/ for nodes of a Neos site
ContentSubgraph::findNodePath()
/sites/
In a fresh Demo site installation run
echo (string)$this->subgraph->findNodePath(NodeAggregateIdentifier::fromString('a3474e1d-dd60-4a84-82b1-18d2f21891a3');
/sites/neosdemo/features
//neosdemo/features
Description
ContentSubgraph::findNodePath()
returns a path with a double slash instead of/sites/
for nodes of a Neos siteSteps to Reproduce
In a fresh Demo site installation run
Expected behavior
Actual behavior