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
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build ⚠ No build...
- Middleware
how to make middleware in nextjs appwrite with client side auth?