
When using Node.js Appwrite with Next.js:
Based on the documentation and community feedback, it seems like node-appwrite
isn't very mature yet. It struggles with server-side rendering (SSR), especially with user authentication in middleware.
I've also seen recommendations to use the Appwrite web client instead of the server SDK. Some say that making SSR work requires hacks like changing the cookie host, setting up proxies, and other workarounds.
Most tutorials (except for Appwrite’s own) use the web client instead of node-appwrite
, which makes me wonder if it's just a lack of knowledge causing people to avoid the Node.js version.
Is this accurate? If so, can we use both and rely on the server SDK only when the web client isn’t enough?
Thanks for the clarification.
Some references:
Recommended threads
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attribute stuck on proccessing
i tried creating a new attribute butits stuck on proccessing,i did a hard refresh,cleared cache everything but still stuck on proccessing,also in my functions w...
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain appwrite.qnarweb.com (CNAME pointing to fra.cloud.appwrite.io with Cloudflare proxy disabled) but encountering a TLS ce...
