-
Notifications
You must be signed in to change notification settings - Fork 219
Description
I have checked that the bug exists in the dev-development branch
Yes
I have checked that there are no already open issues or recently closed issues about this bug
Yes
Describe the bug
When a page on the frontend is opened which contains a Flux element nested inside of a Gridelement (EXT:gridelements), the following error occurs: Unable to resolve a ConfigurationProvider, but controller indicates it is a Flux-enabled Controller - this is a grave error and indicates that EXT: FluidTYPO3.Flux itself is broken - or that EXT:FluidTYPO3.Flux has been overridden by another implementation which is broken. The controller that caused this error was FluidTYPO3\Flux\Controller\ContentController".
To Reproduce
Steps to reproduce the behavior:
- Create a Grid Element.
- Create a Flux element inside of that Gridelement
- Open page on the frontend
Expected behavior
Working page.
Additional context
This error happens on EXT:flux version 10.1.0 and 10.1.1. It doesn't occur on 10.0.10 or lower.