Video error 404
Answered
American black bear posted this in #help-forum
American black bearOP
I'm trying to let
<video> use video from folder i did and that saying "404 not found" and i did right the path and that keeping to say 404 and i still don't get this. <div>
<video
src="/videos/vid-1.mp4"
id="video-slider"
loop
autoPlay
muted
></video>
</div>4 Replies
American black bearOP
American black bearOP
And when im trying to import that not working too
I see, the video should be on the
/public directory of your Next.js project.@Hassib I see, the video should be on the `/public` directory of your Next.js project.
American black bearOP
nvm i fixed this by npm next videos
Answer