Invalid document structure on certain URLs which are in fact valid.
The following URL has this character: é
https://example.com/t_rl/images/id_1davd/flaskfilégryta.jpg
It doesn't work to add in Appwrite if that character is present. A workaround is to obviously change the type to string but that seems counter intuitive.
Changing é to e works. For obvious reasons that isnt feasible since the URL is static.
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...