TYPO3-Headless / headless

TYPO3 Headless JSON API providing content for PWA application (e.g. javaScript apps like nuxt-typo3)
https://t3headless.io
GNU General Public License v2.0
155 stars 56 forks source link

Error with Content Blocks on TYPO3 Version 13 #751

Open stattmal opened 1 month ago

stattmal commented 1 month ago

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

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.

twoldanski commented 1 month ago

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

tmotyl commented 1 month ago

but feel free @stattmal to send PR

cehret commented 1 week ago

howto get headless running with TYPO3 13? I set up a new composer based TYPO3 13.2.1 - downloaded the last master from headless and changed the dependencies to TYPO3 13.2. So I could install headless but the backend results in 500 Error. @tmotyl is there a release plan for headless for TYPO3 13.2 ?