ContentfulBundle
ContentfulBundle copied to clipboard
Profiler details not working (Runtime error)
Library version: 7.2.0 Symfony version: 6.3.3 PHP version: 8.2.7 Symfony enviroment: dev
Hello everybody,
I just found my way back to Symfony and did a Spike to integrate the ContentfulBundle
(and later, using Contentful
in an iOS app). Worked great so far, but I am not able to use the profiler as it should be.
The list of the contentful
panel works as intended, but clicking on „Details“ of a request will result in the following error:
An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable: Controller "contentful.profiler_controller:detailsAction" does neither exist as service nor as class.").
The profiler itself is working, the service contentful.profiler_controller
is registered (verified using ./bin/console debug:container
), the method detailsAction
exists. Would investigate further, but now I have to move away from the computer… 😉
Best regards from Germany and Happy Weekend! 👋