
So I cannot create account aka when I click the submit button the account doesnt appear on the Auth page of appwrite. However, an account can be created when it is a const, what I mean is when i use this syntax at the end of the code so not in the function. const result = await account.create( ID.unique(), // userId 'email11@example.com', // email 'setpassword11', // password 'Clarissa' // name (optional)
How do I fix this? Thank u! Also, no logs are created right after submitting on the console.
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...
