JasonEtco / readme-guestbook

A little web app that transforms a README into a guestbook.

Home Page:https://readme-guestbook.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme-guestbook.vercel.app is not registered as an OAuth redirect domain.

vincentscode opened this issue · comments

Hi Jason,

now.sh is now vercel.app and redirects https://readme-guestbook.now.sh/ to https://readme-guestbook.vercel.app/.
This new domain does not seem to be registered in firebase and due to that the website does not work anymore.
The login popup closes instantly and produces the following error:

{
    "code": "auth/unauthorized-domain",
    "message": "This domain (readme-guestbook.vercel.app) is not authorized to run this operation. Add it to the OAuth redirect domains list in the Firebase console -> Auth section -> Sign in method tab."
}

Thanks @vincentscode, fixed! ✨