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
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- How to properly implement custom domain?...
- Can't run functions from console in appw...
Hello, I have an appwrite 1.9.0 self hosted, functions run correctly with client SDK or event when using the function domain *.function.mydomain, for testing pu...