solid-adventure / trivial-api

Other
1 stars 1 forks source link

Email link is invalid for resetting password #219

Closed elmerv closed 9 months ago

elmerv commented 10 months ago

The rest password link you receive in the email after submitting form on /recoverpassword page in Trivial-UI currently sends me this error message after clicking:

This {trivial-api-prod-url.com} page can’t be found

The link I'm redirected to can be see here:

https://{prod_url}/auth/password/edit.{user_id}?config=default&redirect_url=https%3A%2F%2Fwww.trivialapps.io%2Fresetpassword&reset_password_token={token}

This seems to be an error related to either the trivial-api link being incorrect or unavailable. The link does contain an invalid redirect_url, but this should not cause the error mentioned.

Note: I will make a separate issue on incorrect redirect_url on trivial-ui.

Steps to reproduce: 1) Navigate to /recoverpassword page 2) Fill and submit form 3) Navigate to recovery email 4) Locate recover password email and click on link 5) {You are sent a page not found error}

drowninginflowers commented 9 months ago

I believe that this issue is currently solved. Can I get that confirmed @elmerv @vgkids