I am using node-appwrite ^12.0.1 on Next JS using SSR. I am converting my client-side calls to server-side and I have a listDatabases call with Query.or. Is this available on server-side since I cannot find the definition within the library.
TL;DR
Developers using node-appwrite ^12.0.1 on Next JS with SSR are experiencing difficulty using Query.or in listDatabases call. Query.or is not available on the server-side within the library.