This is the second post of the series about creating an API using AdonisJS. If you didn't read the first part here is the link Building an API with...
For further actions, you may consider blocking this person and/or reporting abuse
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
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 🙂🙂
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
hello
I have the same issue
Use PUT not GET in your REST client
ótima série de posts!
vc poderia me ajudar com um problema que estou tendo?
estou com uma api no adonisjs sendo consumida pelo ionic,
gostaria que ao fazer login o usuario fosse direcionado para uma pagina de perfil, esta página é acessada por localhost:8100/profile/IDUSUARIO.
Colocando o ID manualmente eu consigo visualizar o perfil do usuário porém ao fazer login eu quero retorna o id no resultado.
método login no adonisjs:
Hi,
Thank you for your guide. I have a problem when tried to use JWT Auth with insomnia. Where can I check this?
Thank you.
Hi,
How are you sending the token via insomnia?
Hey! Here how I am sending the token via postman
127.0.0.1:3333/reset/7687930908790...
Thanks for the tutorials! This line was causing me issues:
user.token_created_at = 0
However changing it to:
user.token_created_at = null
fixed the issueOlá Danilo, muito bom e útil essa série de posts !!!
Estou seguindo os steps, o e-mail está sendo enviado, tokens gerados, só tenho uma dúvida, estou fazendo esse modelo de redefinição de senha para um app em react-native, quando clico no link do e-mail(e abre pelo navegador), da o erro de rota HttpException
E_ROUTE_NOT_FOUND: Route not found GET /users/forgotPassword, pois como no tutorial ela foi definida como PUT, deveria criar outra rota GET para pegar esses parâmetros via URL, ou alterar a mesma para GET ? o que sugere ?
how do i signin
I had a problem with Mail then I used Nodemailer, it worked very well.
am following the series and i'm running to a problem i am trying to login using the login function but i keep getting 401 error i dont know what i am doing wrong
Hi,
I like your work and I can say you. a great job..