Rank 1: Thread
So I've read the support thread and the guides about file uploads.
But I'm still having trouble rendering my .mov files to my React.js front end using the appwrite bucket url.
When I take that same URL and put it in the browser I get ''No video with supported format or MIME type found.
I've configured things so there is all the necessary permissions and no security
Steps to reproduce:
- Upload .mov gif from pc to bucket
- Query Current question and extract the GIF_URL from the question object
- Render the URL in a video or image JSX Element
- See that nothing renders even with the URL being logged in the right format in the console
Do I need to do something like reference the ID instead of the URL?