spree_auth_devise icon indicating copy to clipboard operation
spree_auth_devise copied to clipboard

ActionController::UnknownFormat in Spree::UserConfirmationsController#create

Open Ionut-Milas opened this issue 10 years ago • 0 comments

Hello,

I've followed the steps described in the readme to activate user confirmation. The e-mail is sent but I get that error above on responders (2.1.0) lib/action_controller/respond_with.rb:205:in `respond_with'

I had to modify in confirmations/new.html.erb the URlL path for the form from confirmation_path to spree_user_confirmation_path as the first does not exists.

Any advices ?

I use Rails 4.2.0 Spee 3.0 and spree_auth_devise 3.0

Ionut-Milas avatar Dec 07 '15 18:12 Ionut-Milas