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
This library just wrap the ActionCable library, and ActionCable depends window.WebSocket. So just find how to use ActionCalbe/WebSocket in an Isomorphic app. I didn't use WebSocket in SSR, after searching some keywords I'm not found some solutions directly. I think maybe just make a polyfill of server side WebSocket, if you have an tiny example I can try it.
Anyone had success using the provider on Isomorphic app?
I'm getting window is not defined error on the server side rendering
The text was updated successfully, but these errors were encountered: