Laravel/vuetify Needs An Appropriate Loader To Handle This File Type (mp4)
I'm currently working on a Laravel/Vue image carousel and the images are rendering fine but when I load the videos using the v-playback component, I get the following error: Modul
Solution 1:
Ensure that your url is pointing to the exact path and file extension where the video is located . Your url should probably point to something like this ../public/videos/name_of_video.mp4
Post a Comment for "Laravel/vuetify Needs An Appropriate Loader To Handle This File Type (mp4)"