DEV Community

Discussion on: Building an API with AdonisJS (part 2)

Collapse
 
mavguimaraes profile image
mavguimaraes

I am studying your tutorial on Building an API with Adonisjs (2nd part) and when I click on the link to recover the password I get the following:
HttpException
E_ROUTE_NOT_FOUND: Route not found GET /users/forgotPassword/ba101e9c3d63dd821ab2/maguimar@fe.up.pt
I do not know what could be wrong since the code is the same as the tutorial

Collapse
 
njoanc profile image
NYIRAMWIZA

I have the same issue

Collapse
 
fozz2k profile image
Mark Forrest

Use PUT not GET in your REST client

Collapse
 
nilomiranda profile image
Danilo Miranda

Hey Mav, really happy to see that you are using my guide, I hope it's of good use for you.

Are you clicking in the link generated inside the email? Or are you just copying the token up to the email part of the link?

If you wish, send me a DM on twitter and I'll help you out šŸ™‚šŸ™‚

Collapse
 
njoanc profile image
NYIRAMWIZA

I have the same issue. I am clicking on the link found inside the email. Even when I try with postman, I get the same error

Thread Thread
 
10yine profile image
michael elias

hello