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
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...