fortran-lang / registry

Registry for Fortran package manager
MIT License
8 stars 3 forks source link

Reset Password Link. #43

Closed arteevraina closed 1 year ago

arteevraina commented 1 year ago

The reset password link that I receive and when I make a GET request to this url. I get a Not Found error.

For example :

    Dear arteevraina,

    We received a request to reset your password. To reset your password, please copy paste the link below in a new browser window:

    localhost/account/reset-password/7bbb451c7b514c59a8ce00fb5fa586e8

    Thank you,
    The Fortran-lang Team
arteevraina commented 1 year ago

cc: @henilp105

henilp105 commented 1 year ago

@arteevraina This error is due to the local host port not found , to configure for the local host you would have to enter the port of the frontend for the email reset password functionality. ( this is automatically handled for the hosting like vercel and AWS ) .

arteevraina commented 1 year ago

@arteevraina This error is due to the local host port not found , to configure for the local host you would have to enter the port of the frontend for the email reset password functionality. ( this is automatically handled for the hosting like vercel and AWS ) .

I don't understand what exactly I need to configure here. Do, I need to setup any env variable in vercel ?

henilp105 commented 1 year ago

@arteevraina you would have to set the env var host to the frontend base url ( for vercel) and set it to the localhost frontend url ( for local host).

arteevraina commented 1 year ago

Thanks @henilp105 . Works for me.

minhqdao commented 1 year ago

Works now, therefore closed this.