You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a couple of feathersjs backend services that are using version 4.5.15, therefore the startup guide in the documentation did not work for me, I followed the instructions exactly.
I also wasn't getting any error or warn.
It wan't making the call to the backend (via websockets), nor returning anything.
After hours of debugging, I finally come to that, because it happens already once to me.
Just change the socket-io version to version '2'.
If you can update that for an older version of feathers you need to install
{
...
"socket.io-client": "2",
...
}
Just in case somebody else comes across this issue.
The text was updated successfully, but these errors were encountered:
I've a couple of feathersjs backend services that are using version
4.5.15
, therefore the startup guide in the documentation did not work for me, I followed the instructions exactly.I also wasn't getting any error or warn.
It wan't making the call to the backend (via websockets), nor returning anything.
After hours of debugging, I finally come to that, because it happens already once to me.
Just change the socket-io version to version '2'.
If you can update that for an older version of feathers you need to install
Just in case somebody else comes across this issue.
The text was updated successfully, but these errors were encountered: