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.
as you see in the image I'm correctly receiving the parameters from the URL but updateVerification is not processing well these parameters. I looked in the appwrite console and the email appears as verify.
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...