Invalid SDP line on mediasoup client-side datachannel

1
2
I’ve been developing with v3.6.59 for an app which uses only the dataChannel. Everything went well when running local.
However, after I deployed my client-side page on my https server and tried to run it, and alert popped up, the first screenshot for edge and the second for firefox.
These point to the same issue, I assume, failing to create an SDP packet. Happens when calling the produceData method on created send transport. any fixes? Everything I did before this was creating a transport.

1 Like

me too. It works well in local but not in https( deploy server). Did you solved it?

I found same issue. Are you using next.js ?

if so, upgrade Next.js version up to 13.0.5