twoldanski

Results 31 comments of twoldanski

Hi @apus-0, what domain setup do you have? You have something like `api.your-site.tld` (TYPO3) and `your-site.tld` (FE) or something different?

if your main domain is matching and you have setup TYPO3 is `api.your-site.tld` and fe app is `your-site.tld` just setup backend cookie (which allows you see hidden pages) to domain...

Hi @schloram this is not a bug, as I mentioned in previous thread. This is how TYPO3 routing is working. EXT:headless only switches domains, not paths of the routes. We're...

Hi @dvdmlln, could you provide a PR?

@kitzberger in 4.x by default dataProcessing is returning null instead of array, no flag needed, flag was meant for already built apps only so they won't break

Hi @davidlemaitre, could you provide example yaml file which is causing a crash?

Hi @davidlemaitre @dacko-sk , I could not manage to reproduce this error on 3.x or 4.x of headless, but I prepared patch, which possibly will resolve the issue.

Yeah, I confirm this behavior. But it is not ext:headless bug per se, but inconsistent values from core, if you set layout via tsconfig files, you will get nice name...

@lukaszuznanski we have 2 options to match core behavior or add consistent approach in headless.

@daUhradone what exactly is not working? Because from what I checked everything is working as expected (we match core behavior), only if you are using backend layouts as records instead...