workless
workless copied to clipboard
Rails 5 NotFound error
I used Workless for all my apps with rails 3.x or 4.x without issues; Thank you for this great gem. Most recently I tried to use it with a Rails 5 app, failing with the following error :
Excon::Error::NotFound: Expected(200) <=> Actual(404 Not Found) body: "The requested API endpoint was not found. Are you using the right HTTP verb (i.e.
GETvs.POST), and did you specify your intended version with theAcceptheader?"
The background job is processed without issue if I don't have Workless and pay for an Heroku Worker instead.
Any idea?