Do I have to use SDK version 13.0.2?
If yes, how do I change the version?
I'm currently using SDK version 14.0.0.
I'm developing a web chatter.
TL;DR
Issue: Query.orderDesc("createdAt") not functioning as expected.
Solution: Developers need to use SDK version 13.0.2 to resolve the problem. To change the SDK version, install it using `npm i appwrite@13.0.2`.
Developing a web chatter.