🌤️ Hi y all , after setting up all the types and appwrite config 🔴 I can t create :
I m having all the keys needed from Appwrite in the .env.local
Can somebody tell me why pls??
Are you initializing the Appwrite client? If so, can you share your code?
*Also, it seems like you're using the users SDK, which, which you're developing for the web. That SDK is meant to be used on the server side.
For creating users, check the account with client SDK here*
Recommended threads
- Setup Permissions to only allow resource...
I would like to know how you do this in Appwrite Databases. Any ideas?
- Custom Domains with Cloudflare for SaaS ...
Hi! I'm using Appwrite Cloud Sites with Cloudflare for SaaS for multi-tenant custom domains. Problem: Custom domain: donate.pekeetong.my → CNAME to sites.dono...
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...