When a symbol is used in the filename to create a file, or when searching it in storage at web UI, you will get a 500 error symbol : < or >
Do your files need to have symbols in them. Some symbols can't be used for obvious reasons. One possible solution if you have to use those symbols is to find a character you can substitute with for the symbol you want and then go through the string and change the new character back to the < or >
I am already replace them by '_' , It's worked now
hmm would you please create an issue for this?
sure
already created https://github.com/appwrite/appwrite/issues/6337
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...