Oh, I see. Are you sending Content-Type in the request? It seems to be returning null.
If you send the Content-Type header in the request it should work 👍
Gossip doesn't know the content type. It just opened the file and sent it. I suppose I could add content type sniffing. But anyhow you should change that to a 4xx error
Hmm, somehow noStrudel, 0xchat, Olas, etc are all sending the content-type header some way 🤔
Yea it's 5XX'ing due to no handling of missing content-type header haha. I will add it. But, maybe see how noStrudel handles it?
It mentions passing the header in the bud: https://github.com/hzrd149/blossom/blob/afa1290a6aa91fb5b371ae9d346d835cb0231f83/buds/06.md