This message was deleted.
# cloud
s
This message was deleted.
m
cc @dry-elephant-14928
d
Is this happening after you've updated to the latest server SDK update?
a
I don't think we updated, but I can confirm
This is what we're on
Copy code
livekit-server-sdk@^1.1.4:
  version "1.1.4"
  resolved "<https://registry.npmjs.org/livekit-server-sdk/-/livekit-server-sdk-1.1.4.tgz>"
  integrity sha512-KBwUdf7H6CiFVeK8bYf39lAZ5LKIQPkcqWL/T/QvPvSMtWFMzcN3Zor3AY1vmgI6iG3taxq4YZicuL6LCaoG0w==
  dependencies:
    axios "^0.21.0"
    camelcase-keys "^7.0.0"
    jsonwebtoken "^8.5.1"
    protobufjs "^6.10.2"
d
got it, the latest version is doing the conversion from wss:// to https://. but that's released in 1.2.5
do you have any logs of the failure for us to take a look? feel free to DM me
a
We had some dependency problems with upgrading but looks like you fixed the HTTP->HTTPS redirect on your side
d
ah yes, we did fix HTTP -> HTTPS redirect, that wasn't working for a bit. please use secure (https/wss) URLs whenever possible.
👍 1