简体   繁体   中英

Firebase reset password link showed me error on the screen

I tried both the custom action URL as well as the default URL *.firebaseapp.com/__/auth/handler, but no luck.

Both cases show the same error on the screen after clicking the link. 在此处输入图像描述

It says "The requested action is invalid."

Also I checked the console log, it says "Request is missing required data". 在此处输入图像描述

I also checked my GCP admin panel, and make sure there is no restriction to the browser key. 在此处输入图像描述

Where could possibly go wrong? Any help is appreciated

Sorry, I found the answer. I misused the action URL.

What I used previously was: https://mywebsite.com/__/auth/handler

Correct one should be: https://mywebsite.com/__/auth/action

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM