Password Reset - not valid reset request

So, I’m trying to set up a password reset with the token only sent to postmark and building the url. i grab the token and the api email button url appears correct and I’m sent to my reset_pw page. here’s the url

https://www.domain/version-test/reset_pw?reset=token

but when i click the button and trigger the reset password action, I’m given a module that says “this is not a valid reset request. please have another reset email sent to you.” this token isn’t old … not sure what I’m missing, probably something stupid.

Hmm are you sending it from a backend workflow?

1 Like

Yes, i have the two parameters email, token. The api is searching the database for the user constrained by the email first item and the token is the text from the results of reset password email action and the only make token option checked.

The email sends fine and the email link works, the url looks good so ik not sure what im missing.

privacy conditions?

1 Like

I just found out its the brackets haha i just copied the verbiage from the bubble docs and didnt realize the brackets were causing an issue.

1 Like