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:
- Perform a fresh TYPO3 13.2.1 installation.
- Add a new content block with the following command:
typo3/sysext/core/bin/typo3 make:content-block --content-type="content-element" --vendor="my-vendor" --name="my-first-content-element" --title="My shiny new Content Element" --extension="my-extension"
- Add the content block as content on a new page.
- Try to load the JSON response.
- See error.
Expected behavior
A JSON response with the newly added content based on the content blocks.
Screenshots

TYPO3 version and TYPO3 Headless version
- TYPO3: 13.2.1
- TYPO3 Headless API: 4.3.2
- TYPO3 CMS Content Blocks: 0.8.0
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.
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.