Looking at your story, the video you added to it is this one: https://betweencarpools.com/wp-content/uploads/2023/07/WhatsApp-Video-2023-07-20-at-2.43.52-PM.mp4
If accessing a video is forbidden that explains why it can’t be played.
When I try to open this video in the browser I get a “403 Forbidden” error. This might be due to some misconfiguration or security protection on your server. I’d recommend reaching out to your hosting provider to resolve this.
I have the same problem:
https://nabuduvaly.com/web-stories/dvoryk-zk-na-shaslyvomu/
Video access rights are normal:
[video src="https://nabuduvaly.com/wp-content/uploads/2023/07/Dvir_ZK-Na-Shaslyvomu.webm" /]
Content of the file with access logs after opening the history page:
91.223.227.204 - - [28/Jul/2023:12:44:38 +0300] "GET /web-stories/dvoryk-zk-na-shaslyvomu/ HTTP/1.0" 200 6967 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
I noticed that in the source code of the story page, the video is embedded using the http:// protocol instead of https:// . Maybe this is the problem? And if so, how to fix it?
-
This reply was modified 2 years, 8 months ago by
mrvigner.
-
This reply was modified 2 years, 8 months ago by
mrvigner.
-
This reply was modified 2 years, 8 months ago by
mrvigner.
@mrvigner Please open a separate topic for your inquiry, as your issue is slightly different. Your story is accessed via HTTPS (secure), but the video is loaded via HTTP (unsecure).
You’ll need to resolve this mismatch by fixing your server configuration; sometimes plugins like Really Simple SSL can be helpful. Then remove the video from the story again & add it back to see if that resolves the issue.
But again, please open a new topic.
@swissspidy Thanks for the tip. It turned out that there was an address with the http protocol in the site settings. Although the site itself was on https for a long time. I changed the protocol settings to https and now everything works.