-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with Content Blocks on TYPO3 Version 13 #751
Comments
Hi @stattmal I have this on roadmap for new major version of our extension, but for I have to wait for final API in core to start adapting it for ext:headless |
but feel free @stattmal to send PR |
howto get headless running with TYPO3 13? |
I still get this with TYPO3 v13.4.0 and headless 4.5.0. In JSON, I only have content: "Oops, an error occurred! Request: d6adf10b3e734", And in logfile warnings: Exception: PHP Warning: Trying to access array offset on null in /var/www/html/app/vendor/friendsoftypo3/headless/Classes/ContentObject/JsonContentContentObject.php line 186, in file /var/www/html/app/vendor/typo3/cms-core/Classes/Error/ErrorHandler.php:141 |
Hi @carsten-wilhelm most probably, with release |
Any plans for supporting the content block extension? |
Describe the bug
Trying the TYPO3 Headless API on a new TYPO3 version 13, including the new TYPO3 CMS Content Blocks extension, results in an error when requesting the JSON response.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A JSON response with the newly added content based on the content blocks.
Screenshots
TYPO3 version and TYPO3 Headless version
Additional context
We have been using your headless plugin for a while and would love to have support for TYPO3 version 13 when requesting new content blocks.
The text was updated successfully, but these errors were encountered: