Hi @priyaqb,
I’m sorry to hear you encountered the issue. Could you please provide more details on why you redirected it?
Typically, our plugin feeds have the following URL structure: /feed/podcast/your-podcast-slug
, where the plugin retrieves information from your-podcast-slug
to determine which episodes to display.
In older versions of the plugin, we used to display default feed information for any URL that was not registered, which could lead to issues if other platforms used different URLs with the same content. To address this, the plugin now displays a 404 page for all unregistered URLs that are actually 404 pages.
I would recommend checking the correct feed URL (you can find it in Podcasting->Settings->Feed details->View feed
) and setting up a 301 redirect from your /podcast/newurl/
feed to the correct URL. This should help resolve the issue.