Published story is not reflecting updates
Summary
If you've published an update to a story and do not see the changes on your website for more than 2 minutes, follow the steps below to troubleshoot:
Procedure
If this has been frequently happening for your organization, report to ACS.
Republish the story and wait for at least 2 minutes
Check out the ANS in Content API:
https://api.{{org}}.arcpublishing.com/content/v4/?website={{website}}&website_url={{path}}
If you do not see the changes reflected in the ANS as expected, report to ACS.
If the ANS has the changes made, continue with the next steps
Checkout the PageBuilder content source (debugger) that is used for the story and see if the ANS contains the changes
https://{{org}}.arcpublishing.com/pagebuilder/tools/debugger?_website={{website}}&type=content-debugger&source={{contentSource}}
:If you do not see the changes in the response, clear the content source cache, and make the call again.
If you are still not seeing the updates:
If the content source is a non-customized Themes content source, report this to ACS.
If it is a custom content source built by your organization, review the content source to make sure it is working as expected, if the issue still exists, report it to ACS.
If changes are appearing as expected, continue to the next steps.
Open the page in origin
https://{{org}}.arcpublishing.com/pf/{{path}}?_website={{website}}&outputType={{outputType}}
If you see an error on the page, consult with your internal development team.
If there are no errors and the latest content is not displayed, review the individual components to make sure they are making the correct content source calls and displaying the story elements as expected.
If you can see the latest content in origin as expected, report to ACS.