Minimal implementation repo: https://github.com/wlbrough/mass-buy
Created a new rails app
Added shopify_app gem
Ran default generator
Ran webhook generator
Deployed to Heroku
Server logs: http://pastebin.com/wU6fsYJL
Adding 'config.action_dispatch.perform_deep_munge = false' to config/application.rb gets rid of the 'Value for ... set to nil' warnings, but doesn't seem to help the 401 issue.
Minimal implementation repo: https://github.com/wlbrough/mass-buy
Created a new rails app
Added shopify_app gem
Ran default generator
Ran webhook generator
Deployed to Heroku
Server logs: http://pastebin.com/wU6fsYJL
Adding 'config.action_dispatch.perform_deep_munge = false' to config/application.rb gets rid of the 'Value for ... set to nil' warnings, but doesn't seem to help the 401 issue.