namiwang / actioncable_dart

actioncable client in dart, for pure dart or flutter project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

was not upgraded to websocket issue

nareshkatta99 opened this issue · comments

Getting
Connection to 'https://abc.example.com:0/cable#' was not upgraded to websocket
(url changed) issue while using 'wss://abc.example.com/cable/'
Rails version : 5.2.4
Ruby version : 2.4.9
Phusion Passenger : 6.0.6

Do you get the same issue with JS client, or does it work fine with JS client and dart client throws the error?

It is fine with React-Native and React.
But only with Flutter.

It is fine with React-Native and React. But only with Flutter.

I had the same problem, it was a server side problem. My friend needed to change something in cors