Replies: 2 comments 5 replies
-
Let's check the configuration picked up by AnyCable is correct. Can you please show the output of the following command: $ bin/rails runner "puts AnyCable.config"
... |
Beta Was this translation helpful? Give feedback.
5 replies
-
I really over complicated this! instead of what I was trying to do initially I rolled back both servers to run without TLS (standard config matching the demo app) and proxied 8085 through puma dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to set up anycable for a Rails app dev environment that runs https with puma-dev but Im having issues with starting the rpc server specifically with setting up tls using the private CA
in my app I have the following config:
In the main app
config/anycable.yml
config/cable.yml
config/initializers/anycable.rb
cable.js
hotwired_setup.js
In a docker compose that runs services connected to main app
anycable-go
seems to be working perfectly fine!when i run
docker-compose up anycable_go
I get the followingBeta Was this translation helpful? Give feedback.
All reactions