Skip to content

Error with Content Blocks on TYPO3 Version 13 #751

@stattmal

Description

@stattmal

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:

  1. Perform a fresh TYPO3 13.2.1 installation.
  2. 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"
    
  3. Add the content block as content on a new page.
  4. Try to load the JSON response.
  5. See error.

Expected behavior
A JSON response with the newly added content based on the content blocks.

Screenshots
Screenshot 2024-07-12 at 18 29 49

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions