I cannot figure out what I did. I added postmark to send the password to reset email and when the reset button in the email was clicked it went to my sign in page instead of the reset_pw page
So I deleted it and went back to the original bubble email. Same thing. Sign in page.
Watched the video again, Put in postmark, (see pic)
and now the link goes to
Humm cant reach this page
It looks like the webpage at https://click.pstmrk.it/3ts/my.com … numbers,… 0 might be having issues, or it may have moved permanently to a new web address.
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
Thanks for responding and any advice. Wow, It must be a privacy or something I set somewhere on the page itself.
After your message. I didn’t even consider the reset page side as I made no changes to the default page except put the header on…
I’ve been thinking it was something in the email and the link.
But now after going through the process with the debugger on the reset_pw page… Instantly it goes to the sign up page. instead of letting me input my new password.
Humm. Working on it today.
Thanks again. I know its something simple I changed.
Either have a copy of the header for just the pages that dont need redirection (like password reset) or add a flag kind of parameter to the header that will disable the redirection.
No need for a header on the password reset page. Its as bare bones as it comes and no nav is needed and its not visited often or for long. If you really want your header on the reset password page and are unsure how to dynamically not redirect just detach the header on that page and delete all redirect wf actions on that page.