You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\Sitegeist\Monocle\Controller\ApiController::getSitePackages returns an empty array (json []) wich will cause an error in the frontend validation as an object is expected {}
\Sitegeist\Monocle\Service\PackageKeyTrait::getDefaultSitePackageKey returns false if no site package is available?
\Sitegeist\Monocle\Fusion\FusionService::getFusionConfigurationForPackageKey doesnt use Neos.Neos.fusion.autoiInclude for non site packages and thus a request will fail as Neos.Fusion:Component is not available
The text was updated successfully, but these errors were encountered:
related #101 #109
\Sitegeist\Monocle\Controller\ApiController::getSitePackages
returns an empty array (json[]
) wich will cause an error in the frontend validation as an object is expected{}
\Sitegeist\Monocle\Service\PackageKeyTrait::getDefaultSitePackageKey
returns false if no site package is available?\Sitegeist\Monocle\Fusion\FusionService::getFusionConfigurationForPackageKey
doesnt useNeos.Neos.fusion.autoiInclude
for non site packages and thus a request will fail asNeos.Fusion:Component
is not availableThe text was updated successfully, but these errors were encountered: