Google API: Not a valid origin for the client: url has not been whitelisted for client ID “ID”

前端 未结 17 1596
北海茫月
北海茫月 2020-12-23 14:34

I need help. I don\'t found an answer to my question. I tried googling and I tried asking on other sides but I never found an answer.

I\'m working with the google API

17条回答
  •  北海茫月
    2020-12-23 14:37

    I faced the same issue while working with google sign-in using react-social-login on my localhost. In the whitelist origin we will have to provide http://localhost:3000 to make it work.

提交回复
热议问题