Not a valid origin for the client from Google API Oauth

后端 未结 10 1251
心在旅途
心在旅途 2021-01-01 09:04

I\'m receiving this error from Google API Oauth:

idpiframe_initialization_failed\", details: \"Not a valid origin for the client: http://127.0.0.…itel

10条回答
  •  不思量自难忘°
    2021-01-01 09:19

    I had this same issue; but this is what worked for me:

    1. Open console.developers
    2. Open the project name
    3. Click on the credentials
    4. Under the "name", click on the "web client 1"
    5. Under the "URLs", add "http://localhost:3000"

提交回复
热议问题