KristOriginal post
Web Developer
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
Summary
Developers are having trouble implementing email OTP verification for sign-up in a React Native and Expo project. They are receiving an error stating "OTP Verification Failed: Account creation failed: AppwriteException: User (role: guests) missing scope (account)." They are also unsure how to create users with only verified status as it keeps creating users with unverified status.