You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the issues. Problem was that ConfigurationUtility::getDefaultRootPageId($link) was not able to retrieve a proper rootpage as I did not set defaultRootPageId for this extension nor a $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['_DEFAULT']['pagePath']['rootpage_id'].
Now using a defaultRootPageId configuration, but I don't see how this will work when one of our other rootpages / domains is called with a news record. I think this will need some improvements.
Anyway, I run into another issues. It seems it's not possible to use something like this t3://record?identifier=tx_news&uid=123&L=1 in order to link to another language. Any idea how to solve this?
I'm using TYPO3 8.7.27 with EXT:my_redirects 4.1.1
When using a link to a EXT:news record the redirect does not work but displays a 404. Message of the "Health" tab is:
Response timeout
Redirect "Target" links looks like this:
t3://record?identifier=tx_news&uid=123
My config looks like this and works perfectly fine for all other cases (RTE, header links, ...):
TypoScript:
TsConfig:
Any why this does not work?
The text was updated successfully, but these errors were encountered: