0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Amplify Gen2のデプロイ環境で急にTypeErrorになった

Posted at

問題

もともとAmplifyのGen1でホスティングしていたReactのサイトがあるのですが、Gen2に移行したタイミングからかブラウザが真っ白になっていました。

developer toolのconsoleを見てみるとTypeError: Cannot read properties of null (reading 'useContext')の文字が…!

ローカルでビルドしたアプリを起動してみたら問題なくブラウザ表示できるのでますます謎に。。

解決方法

moduleの依存関係に問題があるのかと思い、node_modulesとlockファイルを削除して再度ローカルでインストールしたらlockファイルに差分が出てきたので、そのままリポジトリにpushしてホスティングされたサイトを見たら問題なくサイトが表示されました!

私の場合はpnpmを使っているので、pnpm-lock.yamlを削除しました。

最後に

ホスティング先ではローカルと同じDocker Imageを使ってるので、環境差異はないと思ってたんですが、そうでもないのか…?と少しモヤモヤしますが、とりあえず解決できて一安心です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?