I just implemented email verification and I keep getting this error as a response even though I know for a fact the correct userId and secret are being sent. But worse, I can see that the account is being verified correctly on the server so its working as I would expect except that its returning this error which makes handling the UI for the user really hard cause it looks like it failed when it didn't.
AppwriteException: user_invalid_token, Invalid token passed in the request. (401)
Recommended threads
- endpoint variable
Appwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p...
- How can I get the Google Avatar of the u...
How can I get the Google Avatar of the user that signed in with Google?
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...