So I’m getting a strange error when it comes to adding videos to my site. A couple weeks ago I added a test video to my site and it worked perfectly. But for some reason, when I went to upload the actual videos that are supposed to go on this page it stopped working.
I was able to upload the new videos to the assets section just fine but when I replaced the asset url in the code for my “videos” page it just appears as a blank player now. When I replace it with the old test video url it works perfect.
The error message reads: "Failed to load resource: the server responded with a status of 503 ()"
It seems to me like for some reason the assets I’m uploading aren’t able to be reached by the site when it needs to show them.
Can anyone help with this? Is it a client-side issue or is it something with the Glitch servers? Thanks!
Are you only referencing the name of the video? For example, if your video is named “video.mp4”, having something like:
<source src="video.mp4" type="video/mp4">
won’t work because that is not the actual URL to a video in the assets folder. What would be needed in order to display the video would be something like this: