Open amadayami opened 1 year ago
Need to allow messaging through ActionCable to work outside of the local environment. Would be using something like:
config.action_cable.allowed_request_origins = []
config.action_cable.disable_request_forgery_protection = true
Within config/environments/production.rb
config/environments/production.rb
Leave this problem for the possibility of deployment
Need to allow messaging through ActionCable to work outside of the local environment. Would be using something like:
config.action_cable.allowed_request_origins = []
config.action_cable.disable_request_forgery_protection = true
Within
config/environments/production.rb