Configuration Bug

In a fresh NEOS-installation I seen those error-messages in the backend Configuration/Setup:

Settings.TYPO3.Flow.security.authentication.providers.Typo3SetupProvider.requestPatterns.controllerObjectName -> expected: type=dictionary, null found: type=string

Settings.TYPO3.Flow.security.authentication.providers.Typo3BackendProvider.requestPatterns.Flowpack\Neos\FrontendLogin\Security\NeosRequestPattern -> expected: type=dictionary, null found: type=string

Settings.TYPO3.Flow.security.authentication.providers.Flowpack.Neos.FrontendLogin:Frontend.requestPatterns.Flowpack\Neos\FrontendLogin\Security\NeosRequestPattern -> expected: type=dictionary, null found: type=string

These are parts where the Schema that is used to validate the configuration was not properly updated in the past. We added functional tests for that to avoid this in future.

The messages do no harm if everything works but if you experience problems it is worth a try to look at them and try to reduce them feasible.

I didn’t experience any problems with that, just wanted to report.

Regards