I'm trying to implement a newssystem with said news extension for my website. I implemented it successfully. Writing News works, categorizing works, tagging works, and reading the news posts works also. The posts even display the tags itself. But when I'm trying to use the taglist feature I get the following error:
(1/1) TYPO3Fluid\Fluid\Core\ViewHelper\Exception
Undeclared arguments passed to ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper: addQueryStringMethod. Valid arguments are: additionalAttributes, data, aria, class, dir, id, lang, style, title, accesskey, tabindex, onclick, target, rel, pageUid, pageType, noCache, language, section, linkAccessRestrictedPages, additionalParams, absolute, addQueryString, argumentsToBeExcludedFromQueryString
When disabling the taglist the error goes away immediately. Anyone knows what could be the problem here? As I said I'm using Typo3 12 and news 11.1 in composer mode using ddev.