sandstorm / UserManagement

User Management Package for Neos and Flow
MIT License
37 stars 28 forks source link

Open setup/index throws Exception #46

Open simonschaufi opened 4 years ago

simonschaufi commented 4 years ago

URL: /setup/index Neos: 5.1.1

Argument 1 passed to Neos\Neos\View\FusionExceptionView_Original::getFusionRuntime() must be an instance of Neos\ContentRepository\Domain\Model\NodeInterface, null given, called in .../Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Neos_View_FusionExceptionView.php on line 130
Exception Code 0
Exception Type TypeError
Thrown in File Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Neos_View_FusionExceptionView.php
Line 182
Original File Packages/Application/Neos.Neos/Classes/View/FusionExceptionView.php

While loading the /setup Route still works, it will crash on the first redirect.

Kleisli commented 4 years ago

Is there any news on this issue? I just had the same error with NEOS 5.2 and Sandstorm.UserManagement 7, using DDEV with PHP 7.4.5 Were you able to get around the error @simonschaufi?