0👍
The fix was pretty simple, just needed to add this to config/environments/development.rb
:
config.action_cable.allowed_request_origins = [/http:\/\/*/, /https:\/\/*/]
Source:stackexchange.com
0👍
The fix was pretty simple, just needed to add this to config/environments/development.rb
:
config.action_cable.allowed_request_origins = [/http:\/\/*/, /https:\/\/*/]