Not a valid origin for the client from Google API Oauth

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

    What worked for us was adding a non-localhost domain to the authorized origins. My colleague had his localhost-domains working after adding a non-existing local domain, e.g. http://test-my-app.local.

提交回复
热议问题