ruby on rails - Devise Invitable error: The invitation token provided is not valid -


Despite all the efforts I have made and I have seen it, I'm getting the error provided Invitation token is not valid!

I have been embedded on a separate page on my website and sending the invitation, but the token seems wrong.

I have this line in my mailer code

  & lt; P & gt; & Lt;% = link_to I18n.t ("devise.mailer.invitation_instructions.accept"), accept_invitation_url (@resource ,: invitation_token = & gt; @ token)% & gt; & Lt; / P & gt;  

I am also using a custom controller, but nothing in it yet.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -