This message was deleted.
# helpdesk
s
This message was deleted.
πŸ‘€ 1
s
I'm also not seeing any traffic to my webhook address in my LiveKit Cloud project. The webhook works fine w/ dev server and the prod URL also is working and also has error reporting + logging so I should see all traffic + possible errors. I just tested this first time yesterday, didn't notice the missing logs until now.
d
looking into this, would be strange that it's not working for some hosts, but works for others.
can you please DM me your project IDs? we'll take a look on our side
s
Our problem was just installed feature-toggle that was switched off πŸ€¦β€β™‚οΈ I don’t have time to test it atm but I’m confident ours was a 100% user error β€” sorry about the noise :)
πŸ™Œ 1
d
thanks for the update @shy-minister-27341!
k
My problem caused by custom mime type
application/webhook+json
, now fixed
d
@kind-toddler-69060 can you share more about the mime type issue? how are you receiving the payload?
k
@dry-elephant-14928 I don't know the details, but our backend team found errors
Unsupported media type "application/webhook+json" in request.
in the server logs. We use django python framework. Problems were solved by adding a custom mime parser.
d
Thank you for sharing @kind-toddler-69060 . We'll add this to our docs so it doesn't surprise anyone moving forward.
πŸ‘ 1