I'm trying to use WHIP instead of RTMP (RTMP works fine) but after accepting the connection the connection drops.

Config
logging:
level: debug
redis:
address: localhost:6379
api_key: *******
api_secret: *******
ws_url: wss://MY.URL
rtmp_port: 1935
whip_port: 8080
http_relay_port: 9090
rtc_config:
tcp_port: 7882 # 7881 - already in use
udp_port: 7885
use_external_ip: false
I'm trying to use WHIP instead of RTMP (RTMP works fine) but after accepting the connection the connection drops.
Config