react router doesn't work in aws s3 bucket

前端 未结 12 1498
深忆病人
深忆病人 2020-11-28 08:08

I deployed my React website build/ folder into an AWS S3 bucket.

If I go to www.mywebsite.com, it works and if I click on a ta

12条回答
  •  Happy的楠姐
    2020-11-28 08:34

    update config of s3 with hosting static and default with index.html enter image description here

    add CloudFront with error page

    404 error-> index.html->status 200
    

    enter image description here

提交回复
热议问题