
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
- Having errors migrating to cloud
Project will not migrate compeltely
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
