You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
プロキシーネットワークを利用している環境で本アプリを実行した際、S3クライアントについては正常に通信できるが、pokeapi.coなどの外部のAPIをofetchで通信した際に unable to get local issuer certificate というメッセージとともに fetch に失敗してしまう。
プロキシーネットワークを利用している環境で本アプリを実行した際、S3クライアントについては正常に通信できるが、pokeapi.coなどの外部のAPIをofetchで通信した際に
unable to get local issuer certificate
というメッセージとともに fetch に失敗してしまう。lyceum-pokemon/server/utils/pokemon.js
Lines 7 to 9 in 7aa7b08
回避策:
export NODE_TLS_REJECT_UNAUTHORIZED=0
により TLS 通信での証明書の検証を無視するThe text was updated successfully, but these errors were encountered: