aivan6162Original post
Rank 1: Thread
Hi guys, I'm having this issue when passing the parameters userId and secret to updateVerification. I checked in Appwrite console and the email was verified but I received this error in the UI. The parameters are well received in the function but when the function processes these parameters I receive this error. I don't know how to solve this even though the email is verified in the appwrite console.
Summary
Issue with passing parameters userId and secret to updateVerification. Parameters are correctly received, but the function encounters an error. Even though email is verified in Appwrite console, the error persists. Solution: Double-check parameter passing and function logic for updateVerification.