The following combined typoscript conditions is working in TYPO3 9 but not with TYPO3 10 anymore:
[loginUser('*')] && [getTSFE() && getTSFE().page['uid'] == {$pid.login}]
page.bodyTag = <body class="logged-in">
[global]
In TYPO3 10 I get this error:
Expression could not be parsed. - {"expression":"loginUser('*')] && [getTSFE() && getTSFE().page['uid'] == 20"}
How can I combine conditions in TYPO3 10?