Open tpendragon opened 2 years ago
Some more info: I think this is from dubbot crawling the page. This happens when someone clicks the login and doesn't trigger javascript to send it as a POST request.
here's another one https://app.honeybadger.io/projects/53391/faults/95483611
Failing to authorize should redirect to a valid path.
[Figgy/production] NoMethodError: undefined method `new_session_path' for #Did you mean? new_user_session_path
Backtrace
View full backtrace and more info at honeybadger.io
Implementation
May need to override the after_omniauth_failure_path_for in omniauth_callbacks_controller (or wherever it's getting included)