diff --git a/Neos.Neos/Classes/Controller/Service/NodesController.php b/Neos.Neos/Classes/Controller/Service/NodesController.php index 1c3583420c7..6505e7ea22a 100644 --- a/Neos.Neos/Classes/Controller/Service/NodesController.php +++ b/Neos.Neos/Classes/Controller/Service/NodesController.php @@ -312,7 +312,7 @@ public function createAction( )); $this->redirect('show', null, null, [ - 'identifier' => $nodeAggregateId, + 'identifier' => $nodeAggregateId->value, 'workspaceName' => $workspaceName, 'dimensions' => $dimensions ]);