https://community.peerboard.com/post/324940137
Hi there,
I am having a problem following this guide. Created the token described here exactly but getting this error:
failed to decode general bearer creds: not a token
This is same token decoded on jwt.io
{
"creds": {
"v": "v1",
"fields": {
"external_id": 1,
"email": "testuser@gmail.com",
"name": "AA",
"last_name": "AA",
"avatar_url": "https://xxx.s3.amazonaws.com/media/thumbnail/928a35f8-cf6f-4612-9998-c595b0b47c6f/user-x4.jpg",
"bio": "I am AA",
"tagline": "-",
"role": "MEMBER"
}
},
"iat": 1663080803,
"exp": 1663084403
}
Nothing related came up in my Google searches, I would appreciate some help.
Thanks!