Bug #93395
closedmodule shows PageNotFoundException in BE
0%
Description
I'm not sure if that is an extension problem, a core issue or a misconfiguration on my side but maybe someone has an idea or had a similar problem before.
I updated ext:blog to v10 and noticed that right after the update, without any migration of the template files, I got the following error in the 3 modules.
(1/1) #1343589451 TYPO3\CMS\Core\Exception\Page\PageNotFoundException
Could not fetch page data for uid -1.
public/typo3/sysext/core/Classes/Utility/RootlineUtility.php line 262
The happens for all 3 blog modules.
I attached the stacktrace as txt file.
After going through the migration steps the FE and BE works.
Two things are not working: the 3 BE modules and to be able to edit blog posts in the workspace but that seems to be another issue...
I already opened an issue on the blog issue tracker (https://github.com/TYPO3GmbH/blog/issues/184) but I don't know what could cause such an issue, so I opened this issue here as well.
TYPO3 9.5.24, PHP 7.4
Files