
Hey hey! I am new to the community here. I implemented Appwrite DB last night using the SSR SDK. Adding in my error checks today but wanted to get it up and going.
Question: I assume the ssr sdk currently does not support realtime? I could be totally wrong. Trying to figure out how to integrate it into my nextjs portfilio site.

Realtime is kind of client-only, if it's supported in SSR is a very big question, but i highly suspect it does not

realtime requires changes form client side, so in that case, you should not use SSR

And CSR instead
Recommended threads
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
