Thank you for the reply!
What is the pass reset system?
If there is any other information needed to resolve this issue, please let me know and I will provide it!
For security reasons, the token generation is available via a backend workflow. If you choose to send the email directly, Bubble will generate and send the email from the backend. If you choose to generate the token only, Bubble will generate it on the backend but it will not send it to the frontend.
If you want to fix it, and not have this issue in the future, you can use your own API key for SendGrid or use a different email provider like Postmark.
On the reset_pw page, when I executed the “reset password”, I got a WRONG_RESET_PASSWORD error.
How can I resolve this…?
The documentation mentions “long id,” but I’m concerned that it’s not actually a long.
The URL is my own domain with version-test: reset_pw?debug_mode=true&reset=80868
This is known as the workflow API in Bubble. You can check out additional documentation on this here.
Yes, it’s great that you asked this. You should ideally generate an authentication token from Settings in your Bubble app and use that in the API connector to call your backend workflow API. You can find details regarding that here.
I’m sorry, I am not sure why this came up. Can you send a few screenshots of your setup?
Try this: only send the email if you find a user with that email address. I bet you it’s not finding the user so it’s not creating the token but it’s sending the email anyway.