Hello! I'm trying to have email verification OTP in my sign-up but i get this error OTP Verification Failed: Account creation failed: AppwriteException: User (role: guests) missing scope (account). when I submit the OTP. And then, how do i create users that has only verified status? it keeps creating users with unverified status. Using React Native and Expo
i provided the screenshots for the codes. Much newbie here. Thanks
Recommended threads
- Query.orderAsc or Query.orderDesc does n...
Query.orderAsc or Query.orderDesc does not include unset values? I would love to be able to sort by an attribute, but also include missing (null) values at the...
- Realtime connection with authenticated s...
I'm trying to get a realtime connection set up in Next.js, in a client side component for "chats." I have tested my code with a collection that has "any" read p...
- How appwrite functions actually work how...
**here is the client side code ** const handleSubmit = async () => { console.log("Form submitted:", { landlordId, tenantDetails, selectedP...