We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when logging with rocket chat websocket url it shows error but on rest api it works well
Firefox can’t establish a connection to the server at wss://164.52.202.86:3002/websocket. bundle.js:53164:16 Incoming data: error bubbles: false cancelBubble: false cancelable: false composed: false currentTarget: null defaultPrevented: false eventPhase: 0 explicitOriginalTarget: WebSocket { url: "wss://164.52.202.86:3002/websocket", readyState: 3, bufferedAmount: 0, … } isTrusted: true originalTarget: WebSocket { url: "wss://164.52.202.86:3002/websocket", readyState: 3, bufferedAmount: 0, … } returnValue: true srcElement: WebSocket { url: "wss://164.52.202.86:3002/websocket", readyState: 3, bufferedAmount: 0, … } target: WebSocket { url: "wss://164.52.202.86:3002/websocket", readyState: 3, bufferedAmount: 0, … } timeStamp: 3571 type: "error"
can you please able to solve it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when logging with rocket chat websocket url it shows error but on rest api it works well
Firefox can’t establish a connection to the server at wss://164.52.202.86:3002/websocket. bundle.js:53164:16
Incoming data:
error
bubbles: false
cancelBubble: false
cancelable: false
composed: false
currentTarget: null
defaultPrevented: false
eventPhase: 0
explicitOriginalTarget: WebSocket { url: "wss://164.52.202.86:3002/websocket", readyState: 3, bufferedAmount: 0, … }
isTrusted: true
originalTarget: WebSocket { url: "wss://164.52.202.86:3002/websocket", readyState: 3, bufferedAmount: 0, … }
returnValue: true
srcElement: WebSocket { url: "wss://164.52.202.86:3002/websocket", readyState: 3, bufferedAmount: 0, … }
target: WebSocket { url: "wss://164.52.202.86:3002/websocket", readyState: 3, bufferedAmount: 0, … }
timeStamp: 3571
type: "error"
can you please able to solve it.
The text was updated successfully, but these errors were encountered: