Skip to content
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

Open
stattmal opened this issue Jul 12, 2024 · 4 comments
Open

Error with Content Blocks on TYPO3 Version 13 #751

stattmal opened this issue Jul 12, 2024 · 4 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@stattmal
Copy link

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.

@stattmal stattmal added the bug Something isn't working label Jul 12, 2024
@twoldanski
Copy link
Collaborator

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

@twoldanski twoldanski added the enhancement New feature or request label Jul 15, 2024
@tmotyl
Copy link
Collaborator

tmotyl commented Jul 15, 2024

but feel free @stattmal to send PR

@cehret
Copy link

cehret commented Aug 16, 2024

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 ?

@twoldanski
Copy link
Collaborator

twoldanski commented Sep 23, 2024

@cehret you can test now headless with v13 on branch t3v13 (based on v4.4 with added v13 support) see more at #778

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants