-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Randomly getting an empty <body> that gets cached #9050
Comments
@vlauria We've run into this issue on a couple EE builds, and the solution I believe was found in a patch which removed It's absolutely not an official answer, but we were told the following: The target release where this fix will be included is 2.1.8 - however this is subject to change. So you may want to use the following to patch your site in the mean time:
|
…ento#8554 magento#9050 Adapted page cache tests
…ento#8554 magento#9050 Update additional pagecache layout handle name
#9560 seems to fix this issue, can you try that fix and report back? I'd like to merge that PR but I will need some help from you 😄 |
Internal ticket to track issue progress: MAGETWO-69018 |
…ento#8554 magento#9050 magento#9560 Create cache key object to be injected separately with its own interface
…ento#8554 magento#9050 magento#9560 Renamed interface, LayoutCacheKeyInterface made optional in constructor, injected via di.xml, some other little fixes
…ento#8554 magento#9050 magento#9560 Adapted PageCache and Framework tests
…ento#8554 magento#9050 magento#9560 Adapted PageCache and Framework tests
…ento#8554 magento#9050 magento#9560 Adapted PageCache and Framework tests
…ento#8554 magento#9050 magento#9560 Adapted PageCache and Framework tests
…ento#8554 magento#9050 magento#9560 Adapted PageCache and Framework tests
…ayout cache #8554 #9050 #11174 - Merge Pull Request #11174 from adrian-martinez-interactiv4/magento2:FR#FIX-PAGECACHE-LAYOUT-CACHE-KEY - Merged commits: 1. 3bdfa1b 2. 5a6a000 3. bf7df0d 4. 7feba6c 5. 1bb25ed 6. 0e830c1 7. 8a92e46 8. 0a69b5b 9. bd6ed7c 10. c6e2b39 11. 3cc51dc 12. 2ae9c26 13. 516b529 14. efa3edb 15. 3f60168
Internal ticket to track issue progress: MAGETWO-80647 |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @vlauria The issue was re-tested and we can confirm that it was fixed on the 2.3 release branch. We closing this issue as fixed due to upcoming 2.3 release that will be available soon. |
Preconditions
Steps to reproduce
I do not know.
I'm having problems with a very basic Magento 2 install, with very few customizations or extensions.
We randomly get a completely empty tag on the home page that then gets cached on Varnish and the site is not accessible. All the contents etc are just fine (except for an empty <title>).
Cleaning cache and banning Varnish fixes the issue but it's a huge issue.
I haven't found a way to replicate this as it seems to happened randomly.
If I load something like /?test that bypasses cache, the page loads correctly.
Expected result
Homepage showed
Actual result
Blank page
The text was updated successfully, but these errors were encountered: