Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend Layout Issue in TYPO3 v13: Incorrect Template Rendering After Cache Clear #1535

Open
BenKruft opened this issue Nov 6, 2024 · 0 comments
Labels

Comments

@BenKruft
Copy link

BenKruft commented Nov 6, 2024

Bug Report

Description

While updating a website from TYPO3 v12 to v13, I noticed that sometimes the correct template is not active in the frontend. For example, the backend is set to use a three-column layout, but after clearing the cache, the default template is applied in the frontend. This results in only the middle section being visible, with the columns missing. After multiple reloads and navigating back and forth, it usually displays correctly.

Steps to Reproduce

  • Update a TYPO3 website from v12 to v13, or set up a new TYPO3 v13.4 project using DDEV with the latest Bootstrap package (v15.0) installed.
  • In the TYPO3 backend, configure a page to use a multi-column layout (e.g., a three-column or two-column layout).
  • Clear the cache.
  • Open the page in the frontend.

Expected behavior

I expected the frontend to consistently display the layout configured in the backend, regardless of cache clearing. The chosen template (e.g., three-column or two-column layout) should reliably render as set in the backend without requiring reloads or navigation.

Actual behavior

Instead, after clearing the cache, the frontend often defaults to the basic template, displaying only the middle section without the configured columns. Multiple reloads or navigating between pages are sometimes required for the correct layout to appear as set in the backend.

Screenshots

https://share.cleanshot.com/fhty8j6m (Video)

Versions

typo3/cms-base-distribution:^13.4
bk2k/bootstrap-package:^15.0

@BenKruft BenKruft added the bug label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant