This article provides guidance for when a video in your guide isn't displaying or you see the following errors: This content is blocked. The linked video has an unsupported format.
Environment: Guides
Typically, videos don't display in your guide due to video visibility permissions in the video host's settings. The guide designer detects that only some users can view the video, not which users.
In most cases, eligible users can see the video, but others might see the error. Eligible users can still play the video in the guide if the video host (such as Vimeo or YouTube) detects that they're eligible users. If the user is logged out of the video host service or is ineligible, they see the error message.
Solution
To resolve the issue, try changing the video's visibility settings to capture all intended users.
Additionally, verify that your Content Security Policy is up to date and allows the content you want to display within your application.
The current workaround to fix the error of, the link video format is not supported; you have to first select your video provider after adding your video URL. If you are still seeing the error, check that the URL is in the accepted format.
Public videos have the URL format as https://vimeo.com/[ID]
but unlisted videos will have the URL format as https://vimeo.com/[ID]/[MAGICHASH]
. Pendo will throw an error with the unlisted video URL format, the workaround is:
- Set the video to a public state.
- Wait 15 minutes for the backend cache from the video provider to update and clear.
- Add the video URL to the guide after choosing your video provider.
- Save the guide.
- Set the video to private if needed.