在AWS Amplify上部署React Web应用程序时出现403 ACCESS DENIED错误

时间:2020-03-28 19:20:54

标签: reactjs amazon-web-services aws-amplify

几天前我就为此绞尽脑汁。我正在尝试在AWS Amplify上部署我的react应用程序。启动应用程序时,我将正确定向到登录页面(使用Auth0通用登录)登录后,我将通过回调URL重定向回到我的Web应用程序。

页面加载后,我收到以下消息

此XML文件似乎没有与之关联的任何样式信息。文档树如下所示。

FloatingActionButton

我不是通过s3存储桶托管Web应用程序,而是将构建文件直接上传到AWS Amplify。

对这个问题有什么想法吗?

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:3)

Use this rule on amplify console.
[
    {
        "source": "</^[^.]+$|\\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|ttf|map|json)$)([^.]+$)/>",
        "target": "/index.html",
        "status": "200",
        "condition": null
    }
]