Not a valid origin for the client from Google API Oauth

后端 未结 10 1240
心在旅途
心在旅途 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:09

    I fiddled around for about 10 minutes and then it finally worked when I tried http://localhost/ in the browser (instead of 127.0.0.1)

    Added the url at every place you can do white-lists at: https://console.developers.google.com/apis/credentials/

提交回复
热议问题