Relative Content

Tag Archive for ruby-on-railsredisactioncable

redis.rb – initialize’: no implicit conversion of String into Integer (TypeError) #1277

trying to run websockets using action_cable sidekiq and redis (heroku redis addon).
on staging env that has same redis machine im able to run everything smoothly but on production upon trying to connect to websocket: wss://XXXXXX.herokuapp.com/cable i get the next error:
/app/vendor/bundle/ruby/2.7.0/gems/redis-4.8.1/lib/redis/connection/ruby.rb:22:in initialize’: no implicit conversion of String into Integer (TypeError)`