Web Developer
Hello everyone, i updated my appwrite backend from the version 1.3.8 to the version 1.4.14. Its works good except the json i return from my functions. After the updated the functions returning a whole new json data. Her is an example:
Here is the Json from the 1.4.14:
{"payload":"{"weeks":"[{\"year\":2024,\"kw\":16}]"}","data":{"0":{"year":2024,"kw"......
Here is the Json from the 1.3.8:
{"payload":"{"weeks":"[{\"year\":2024,\"kw\":16}]"}","data":[{"year":2024,"kw".....
You can see after "data" there is no "[" and a "0"?????
i have no idee why this is different because i didn't changed something.
I also updated every function with this document: https://appwrite.io/docs/products/functions/develop
For my frontend app this makes it unusable.
Thanks for all replies 🙂