when I try to reset my password, I run into the same error. I am clicking the link immediately. I have tried this twice with two different accounts I am creating a token and using sendgrid to send the email.
This will be helpful for you. For your reference, if you choose to generate the token only, Bubble will generate it and make it available in your backend workflows but it will not send it to the frontend, due to security reasons
I appreciate the response. I have implemented your workflows and was able to successfully change the password, however, the new password did not save and my old one still works. I noticed that you save a return token in your API call:
I don’t have this in my API call and I think that might be my issue. Do you know why I’m missing this? I integrated everything exactly how you have it, or so I thought.
Check out the backend workflows in my example. You would need to use the Return data from API workflow action to return the token so that you can send that on the email