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
- 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...