Giter Site home page Giter Site logo

Comments (7)

phiele avatar phiele commented on July 29, 2024 1

True, I've no idea why I haven't tried adding the namespace before.

Changing the CABLE_URL to wss://dev.glazed.tech/anycable-go/cable fixed it.

Thank you @palkan !

from anycable-rails.

phiele avatar phiele commented on July 29, 2024 1

When setting up an anycable-go WS server in Digital Ocean, make sure to include its required route path in the config.action_cable.url, e.g. wss://[your-domain]/[anycable-go-route]/cable

from anycable-rails.

palkan avatar palkan commented on July 29, 2024

Thanks for the details! Let's think what could go wrong..

config.action_cable.url points to the AnyCable server and not to the Rails one

createConsumer is not imported

Are you using the @hotwired/turbo-rails package then?

Let's check the browser dev tools and find the WS connection information; more precisely, we need to check the URL and who initiated the connection (in Chrome, open Network tab, filter by WS, probably, reload the page, find the request and check its "Initiator" tab for the source code, see below):

image

from anycable-rails.

phiele avatar phiele commented on July 29, 2024

Thanks for your help @palkan!

Are you using the @hotwired/turbo-rails package then?

Yes.

Here's a screenshot of the request initiator chain:
Screenshot 2024-02-23 at 21 56 44

Note that the domain has changed from https://dev.tech/ to https://dev.glazed.tech/ in the meantime. However, the configuration of my initial post is still the same.

from anycable-rails.

palkan avatar palkan commented on July 29, 2024

So, the URL used by the browser is the same as you configured in config.action_cable.url?

If so, the next question is how do you run anycable-go? Are you running Rails and AnyCable on the same machine or a separate one?

From the screenshot, I can see that the WS server hostname as the same as your Rails app hostname (your page is https://dev.glazed.tech/design_files/16). If you're running them on the same server, you should probably add a port to the cable url, i.e., wss://dev.glazed.tech:8080/cable.

from anycable-rails.

phiele avatar phiele commented on July 29, 2024

So, the URL used by the browser is the same as you configured in config.action_cable.url?

Yes, it's wss://dev.glazed.tech/cable

Changing the CABLE_URL to wss://dev.glazed.tech:8080/cable didn't fix it:
Screenshot 2024-02-24 at 00 08 31

I'm running anycable-go on a dedicated WS server with ANYCABLE_HOST set to 0.0.0.0:
image

When checking the anycable-go server health, it looks alright:
image

from anycable-rails.

palkan avatar palkan commented on July 29, 2024

When checking the anycable-go server health, it looks alright:

Interesting, it has /anycable-go namespace; so, probably, the correct WS url must be: wss://dev.glazed.tech/anycable-go/cable ?

from anycable-rails.

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.