I am having a similar problem and I cannot see how to correct it.
The site returns the following error message:
Twig\Error\SyntaxError: An exception has been thrown during the compilation of a template ("Attribute "twig_callable" does not exist for Node "Twig\Node\Expression\FilterExpression".") in "__string_template__15e4c2886fb2554f14cf09e05167a91f". in Twig\Environment->compileSource() (line 556 of /home/customer/www/marybethdanielson.com/vendor/twig/twig/src/Environment.php).
The problem happened as soon as I updated Drupal core to 10.3.10.
I am using Bootstrap Barrio 5.5.17 with a custom subtheme. I believe that the Twig is #3.14.0. PHP 8.2.26 on the live site.
The site worked fine before the core upgrade. In addition, the site works fine WITH the upgraded core on my local site. My local site is ddev v1.23.5 and php 8.1.30
I am not certain what simpleSAMLphp is, but I am posting here because matoeil has a similar error message.
What about the composer lock and composer json files?
Thank you very much for this patch
LenLamberg β created an issue.
I wanted to display one column for small devices, with content first (full width); then display content on the left and first sidebar to the right for tablets, and three columns with content in the center for larger screens. I created a subtheme, with a new page.html.twig template, and included the following code block:
{% block content %}
{% endblock %}