Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Issue regarding the published Blog Page.

Avatar

Level 4

1. The issue is even after publishing the blog page, the blog page is not listed on the blog listing page.
And the 2024 sort-by-year filter option is also not visible. Actually the year is a dynamic value, Its gets automatically added whenever a blog page is published.
2. So, again I tested it on Stage and local env and it is working as expected. But facing an issue on Prod.
3. Also tried clearing the cache for json paths and other paths. But still faced the same issue.
4. Also getting the response for the 2024,Feb option in json on both publisher and dispatcher. 
5. Also checked for the properties that I have used for previous blogs and it is the same.

6.The page is not listed out on blog listing page of publisher and dispatcher. But are working fine on Author.

 

So, please provide a solution regarding this.

Thanks,

Shreyas

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

There can be multiple things here we can do:

1. Please check logs post blog publish specifically error.log
2. in place of publish, try to publish blog using manage publication option and check if it is appearing. Once published, please go and check page activation workflow if it got succeed, failure or stuck.

3.  Append query parameter as part of servlet URL which responsible for fetching data directly from publish instance in place of dispatcher.

4. Check the agent or publish view to check queue.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

There can be multiple things here we can do:

1. Please check logs post blog publish specifically error.log
2. in place of publish, try to publish blog using manage publication option and check if it is appearing. Once published, please go and check page activation workflow if it got succeed, failure or stuck.

3.  Append query parameter as part of servlet URL which responsible for fetching data directly from publish instance in place of dispatcher.

4. Check the agent or publish view to check queue.

Avatar

Community Advisor

Hi @Shreyas_tm 

  1. Check the configuration files on the production environment to ensure that the blog listing page and the sort-by-year filter option are properly configured.

  2. Check the caching settings on the production environment to ensure that the cache is not preventing the blog page from being listed on the blog listing page.

  3. Check the logs on the production environment to see if there are any errors or warnings related to the blog listing page or the sort-by-year filter option.

  4. Try clearing the cache again and restarting the server to see if that resolves the issue.