1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【AWS】S3の404 Not Found「NoSuchKey」エラーが発生

Last updated at Posted at 2024-02-05

ReactのアプリケーションをAWS(S3)にデプロイする過程で詰まった部分をメモとして残します。

発生したエラー

ReactのアプリケーションをS3にデプロイ後、ブラウザからアクセスを試みた際に、"Code: NoSuchKey, Message: The Specified key does not exist."という404 Not Foundエラーが発生しました。

スクリーンショット 2024-02-05 13.32.38.png

解決方法

Amazon S3→バケット→該当バケット押下→プロパティ→静的ウェブサイトホスティングの編集→エラードキュメントに「index.html」を指定することで、エラーを解消することができました。

スクリーンショット 2024-02-05 13.25.30.png

参考

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?