magefan / module-blog

Magento 2 Blog Extension is a solution that helps you to create a blog on Magento and manage posts,categories, tags, authors, and comments.
https://magefan.com/magento2-blog-extension
Other
263 stars 135 forks source link

Scheduled Post not visible until manual FPC Cleanup with Varnish #433

Closed ignatios96 closed 2 years ago

ignatios96 commented 2 years ago

ISSUE When we write a blog post and we set a future date to be published. When the date has been reached we need to manual cache flush the FPC in order to see the blog post.

Preconditions:

To Reproduce Steps to reproduce the behavior:

  1. Add a new blog post with future date
  2. Wait for the date to come
  3. The post won't be visible in category list

Expected behavior The post should be visible when the date has been reached.

magefan commented 2 years ago

Hello @ignatios96 , thank you for your report.

We've created a fix. You can find it here https://github.com/magefan/module-blog/pull/436/files . It will be included in the next release of Magento 2 Blog Extension

ignatios96 commented 2 years ago

Thanks for the update. I wll try out the fix and let you know for the results.