.. include:: /Includes.rst.txt ========================== TYPO3 Exception 1607585445 ========================== .. include:: /If-you-encounter-this-exception.rst.txt .. TYPO3 [version] - [date of report] ================================== Installation Overview --------------------- Provide as much information about your installation of TYPO3 including its version number and any other information that you think will be relevant to other users who encounter the same issue. The Issue --------- Detail each of the steps or changes that took place leading up to the issue occurring. Solution -------- Did you resolve the issue? List the steps or changes made that resolved the issue. TYPO3 v13.1.0 - 2024-04-28 ========================== The issue --------- When configuring `sets ` with an invalid dependency in the :file:`Configuration/Sets/MySet/config.yaml` the following error is displayed: .. code-block:: text No page configured for type=0. In the :file:`var/log/typo3_xxx.log` is also an error logged: .. code-block:: text Sun, 28 Apr 2024 19:05:23 +0200 [ERROR] request="3274a5986fc4e" component="TYPO3.CMS.Core.Site.Set.SetRegistry": Invalid set "my-vendor/my-site": Missing dependency "some-vendor/some-set" Solution -------- Correct the name of the dependency in :file:`Configuration/Sets/MySet/config.yaml`, or remove it completely.