Not a valid origin for the client from Google API Oauth

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

    I read on several places on the web people use to redo the creation of the credentials to get it to work.
    So I did, I created a new credential for the same project and used my new user-id and it worked perfectly... Looks like the edition of the whitelist is a bit flacky...

    Nb: I also used localhost instead of 127.0.0.1, IPs are not valid.

提交回复
热议问题