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
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...