Error when using with feeds when viewing a feed entity

Created on 27 November 2023, 7 months ago
Updated 17 January 2024, 5 months ago

Problem/Motivation

When using together with feeds module I found this error:
Twig\Error\LoaderError: Template "modules/contrib/manage_display/templates/field--node--created.html.twig" is not defined. in Twig\Loader\ChainLoader->getCacheKey() (line 98 of drupal-project/vendor/twig/twig/src/Loader/ChainLoader.php).

it is also alerting that field--node--uid is not there .

Commenting the
\Drupal::service('renderer')->render($variables['elements']['created']);
and
\Drupal::service('renderer')->render($variables['elements']['uid'])

in template_preprocess_feeds_feed
makes it work

πŸ› Bug report
Status

Closed: duplicate

Version

3.0

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain aleix

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024