Component class `CacheComponent` could not be found. 📋

Cake\Controller\Exception\MissingComponentException
CORE/src/Controller/ComponentRegistry.php at line 96 (edit)
     * @throws \Cake\Controller\Exception\MissingComponentException
     */
    protected function _throwMissingClassError(string $class, ?string $plugin): void
    {
        throw new MissingComponentException([
            'class' => $class 'Component',
            'plugin' => $plugin,
        ]);
    }

If you want to customize this error message, create templates/Error/error500.php