Current Behavior
Using the SDK i can get a jwt and validate it successfully but when i use
convo.threads.create( "address", "jwt", "My new thread", "Placeholder description", "an url", true, false, ["address"], ["address"], ["habitat", "dao"] )
I get the response error:
{"success":false,"error":"Error: unsupported JSON value type"}
Expected Behavior
It should create a new thread
Environment
- Version: "@theconvospace/sdk": "0.1.16"
- Platform: Mozilla firefox, linux
- Node.js Version: v14.17.6