Error posting to Bluesky

I try to post to bluesky but I get an error:

Error: 400 Bad Request
{“error”:“InvalidToken”,“message”:“Malformed authorization header”}

All settings seem to be correct. I also get 200 from the initial connection and the JSON with connection data.

Any ideas why it’s not working?

Check the value of the access JWT is just the token string and not anything else, as it would seem that either the value is empty or it is more than just the token string.

1 Like

Thanks for the answer!

I didn’t change anything and now, day later, it just ran.

2 Likes