🌤️ 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
- Appwrite github organization error
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...