Describe the bug
When deploying app through one click deploy, app gets created as intended. Conversations between the agent and a user are not updated in real time forcing the user to refresh the page on each occasion.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Live conversation between agent and user without refresh
Error in client console
action_cable.js:259 WebSocket connection to 'wss://chatflo-devflo.herokuapp.com/cable' failed: WebSocket is closed before the connection is established.
You probably have to turn on one of the dynos, by default, one is turned off.
@MajesteitBart that was it! thank you
That's great! The dyno, frontend url and db:migrate bugged me for hours :smile:
Most helpful comment
@MajesteitBart that was it! thank you