Cacheable metadata lost when viewing a node when no content template is present
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3557118. --> Reported by: [skymen](https://www.drupal.org/user/1207954) Related to !454 >>> <h3 id="overview">Overview</h3> <p>Node not updated on the node page after saving. Even disabling all caches not helps to see actual node content.</p> <h3>Steps to reproduce</h3> <ol> <li>Fresh install</li> <li>Create an article with title "Article 1"</li> <li>On the article page click "Edit" and change the title to "Article 2"</li> <li>Click "Save" and see the title on the article page. It will be "Article 2"</li> <li>Just enable Drupal canvas module</li> <li>Repeat the steps 2-4 (yes, in the classic node edit form). The stale page contents will be displayed, as cache metadata is lost!</li> <li>Only clear cache helps to see the real content for the current page</li> </ol> <p><span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/canvas/-/work_items/3520487" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/canvas/-/work_items/3520487</a></span> introduced this bug.</p>
issue