elnurOriginal post
Rank 3: Container
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.
Summary
Title: Bug with Invalid Document Structure due to Character in URL
Developers are facing issues with the character 'é' in URLs causing invalid document structure errors in Appwrite. Changing the character to 'e' is a workaround, but not ideal. Solution: change the type to string or find a different workaround.