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
- vorafy.studio domain already exists erro...
My domain vorafy.studio is stuck/locked from a previously deleted project. I created a new project but can't add the domain — getting 'already exists' error. Pl...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...