AppwriteException: general_argument_invalid, Invalid secret param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)
the error makes sense (the secret token is too long), but i'm getting the session secret directly from an appwrite function from the same instance.
okay i figured out what it is (by looking at the start of the secret) - but it still doesn't answer my question WHY - if i do Users#createSession from a function the secret is a JWT with the UserID and the Secret
Recommended threads
- Appwrite Sites: ERR_TOO_MANY_REDIRECTS o...
So, my domain was working perfectly fine with Vercel. I was using cloudflare CDN (still am) but CNAME was DNS-only. I switched over to appwrite, CNAME is still ...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...