Giter Site home page Giter Site logo

Errors that seem to have no effect about talk HOT 1 CLOSED

kenara avatar kenara commented on August 21, 2024
Errors that seem to have no effect

from talk.

Comments (1)

nick-funk avatar nick-funk commented on August 21, 2024

The inability to establish a connection over wss://... is the client saying it can't establish a web socket connection to your Coral pods/instances. The web sockets are used for live updates to make the stream update when a person comments, replies, etc so that new comment items appear live in stream as they happen in real time.

This could be happening for a variety of reasons, all of which will be specific to your hosting infrastructure:

  • The reverse proxy/load-balancer in front of your Coral pods is not set up to handle web socket traffic
  • The caching layer (CDN) you're using to serve your static assets (STATIC_URI) is not forwarding and handling web socket traffic
    • We have found various CDN's do not support web sockets, which is why we at Coral use specific CDN providers when routing and hosting our assets
  • The host site providing your articles and commenting streams is not set up to forward web socket traffic

Unfortunately, all of these variables are external to Coral as they are part of the hosting infrastructure around Coral. This means we can't give you specific step-by-step instructions for how to set this up as it is different for every organization what they choose to host their services on.

You'll have to diagnose and configure your infrastructure as needed to resolve the web socket connection issues yourself.

Hopefully that helps your investigation!

from talk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.