万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    redirect_uri_mismatch

    Error 400: redirect_uri_mismatch
    
    You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy.
    
    If you're the app developer, register the redirect URI in the Google Cloud Console.

    redirectに入れるってのはわかるけどどう辿るんだよ???

    f:id:shinriyo:20211121123113p:plain

    https://storejextensions.org/faq/i-receive-a-redirect-uri-mismatch-error-when-trying-to-login-with-google-why.html

    ここみたらそこか。

    さらにここもみた zenn.dev

    if (process.env.FIREBASE_CONFIG && typeof window !== 'undefined' && !firebase.apps.length) {
      firebase.initializeApp(JSON.parse(process.env.FIREBASE_CONFIG))
    } else {
      console.warn('FIREBASE_CONFIG が未設定です')
    }