私のライブサーバーではThe redirect uri included is not valid.
エラーメッセージが表示されますが、ローカルホストでは OAuth は正常に動作します。
両方の完全な URL は次のとおりです。
ローカルホスト:
https://coinbase.com/oauth/authorize?response_type=code&client_id=xxx&redirect_uri=http%3A%2F%2Flocalhost%2Faccounts-coinbase%2Foauth&scope=balance+addresses+user+transactions
ライブサーバー ( https://example.com )
https://coinbase.com/oauth/authorize?response_type=code&client_id=xxx&redirect_uri=https%3A%2F%2Fexample.com%2Faccounts-coinbase%2Foauth&scope=balance+addresses+user+transactions
以前はライブサーバーの OAuth が機能していたと確信しています。なぜ今失敗しているのですか?