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
ActionView::Template::Error (Failed to open TCP connection to localhost:9292 (Connection refused - connect(2) for "localhost" port 9292)):
1: <% publish_to @path do %>
2: var id = "<%= @conversation.id %>";
3: var chatbox = $("#chatbox_" + id + " .chatboxcontent");
4: var sender_id = "<%= @message.user.id %>";
app/views/messages/create.js.erb:1:in `_app_views_messages_create_js_erb__2562125052130828748_47059060794580'
Chat messages not updating and message not appearing for sender after send
The text was updated successfully, but these errors were encountered: