I am using react native trackplayer for audio playback in my app. I am streaming songs in my app from the appwrite storage bucket. Everything works fine with .mp3 files but it has problems with the .wav files. So I looked inside the bucket to see whats wrong. When I try to open .wav via the from appwrite provided url the browser actually does not interpret the file as an audio file and is displaying the content as raw binary txt. I assume the trackplayer is doing the same thing so that is why it is having problems. I do not want to need to download the file first so how can I get around this problem? here is what the browser displays after accessing the url:
this is in the response header:
I can confirm. I face the same issue. Do you can create a GitHub issue for this?
just created one: https://github.com/appwrite/appwrite/issues/8829
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...