In 12LTS if in List module on a page and this page is deleted in the PageTree a reload is done which results in an Exception:
/vendor/dmitryd/dd-deepl/Classes/Configuration/Configuration.php line 56
calls $ts = $configurationManager->getTypoScriptSetup(); which will then result in an PageNotFoundException.
Will follow up with a PR as soon as time comes up, just thought to drop it here to not forget it, because it is a small thing in a quite perfect extension.
In 12LTS if in List module on a page and this page is deleted in the PageTree a reload is done which results in an Exception:
/vendor/dmitryd/dd-deepl/Classes/Configuration/Configuration.php line 56calls
$ts = $configurationManager->getTypoScriptSetup();which will then result in anPageNotFoundException.Will follow up with a PR as soon as time comes up, just thought to drop it here to not forget it, because it is a small thing in a quite perfect extension.