terminate called after throwing an instance of 'std::logic_error' #220
vitaliiorlov
started this conversation in
General
Replies: 1 comment 1 reply
-
More context: this happening on Would be great to fix this. If not feel free to close this thread. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I would like to discuss what I'm doing wrong, so I wanted to start anycable server in docker. But got error when anycable container starting:
What I have done:
Setup logs:
docker-compose.yml
config/anycable.yml
development.rb
config/initializers/anycable.rb
cable.yml
Catching error inside the gem
As you can see in the beginning of my message log "+++" exists, but "---" not.
And finally
config.inspect
before crashing =>What I am doing wrong?)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions