Ask A Question

Notifications

You’re not receiving notifications from this thread.

Issue with devise

Alan Reid asked in Rails

Hi all,
I am getting this error when i reset passwords - it throws to this error message. It still sends out the email, and allows me to reset the password. Any ideas whats causing this so i can fix it? Cheers

ActionController::UnknownFormat in Devise::PasswordsController#create
ActionController::UnknownFormat

        (options.delete(:responder) || self.class.responder).call(self, resources, options)
      else
        raise ActionController::UnknownFormat
      end
    end
Reply

Its ok, i worked out that its down to my password routes :/ now to fix them hahah :D

Reply

I am having the same error (with Devise within an engine) - can you say more about your solution?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 79,047+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2023 GoRails, LLC. All rights reserved.