Unable to reset email or password due to Firebase site not found problem. #3595
Unanswered
MatthewCoetzee412
asked this question in
Q&A
Replies: 1 comment
-
did you get the solution??? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone 👋 ,
I recently attempted to implement the ability to reset a user's email and password in my Flutter application. It sent the email successfully but shortly after I clicked on the URL link I was met with a "Site Not Found". Multiple options on why this message was being displayed were listed below but they had to do with Firebase Hosting or using a custom domain which I use neither of them. I viewed multiple Youtube tutorials to see if they ran into similar problems but the link took them to a elegantly formatted website where they were able to reset their email or password. I am not sure why this problem is occurring but it might be due to the fact that I need a custom domain, although none of the Youtubers required it.
Below is the error I'm faced with on the site:
Below is the code:
Firebase Auth:
Reset password:
Reset Email:
Lastly I'm sorry for the lack of error checking, and I would greatly appreciate it if anyone would be kind enough to update my code!
Thank you for you time!
Beta Was this translation helpful? Give feedback.
All reactions