How to troubleshoot Outbound feed
Summary
Outbound feed stopped working after a deployment or development work
Procedure
First check the URL in the resolver debugger.
If it the resolver debugger returns data but the feed is broken, there are likely invalid characters in the XML that are causing the feed to break.
To ensure your XML output type is up to date,
upgrade the @wpmedia/feeds-xml-output dependency in your package.json to its stable version in your OBF bundle by running
npm install @wpmedia/feeds-xml-output@stable
.
Redeploy your bundle to get the latest outbound feeds blocks with this fix.
If the resolver debugger does not return data,
recreate the content source call from the resolver in the content debugger.
If the content debugger does not return data, it’s likely an issue with the resolver configuration.
If the content debugger does return data but the resolver debugger does not, open an ACS ticket for additional investigation.