I am using devise for authentication and now i want to test the forgot password link which works fine when i input my email address and i eventualy receive the mail. but the problem is, when i click on the change password link in my email i get redirected to a 404 page proided by my nginx server which says
the requested URL /users/password/edit was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
What can i be doing wrong as i have not made any changes to the devise defaults.