React Component在生产中不起作用

时间:2018-03-22 06:45:43

标签: reactjs amazon-s3 redux create-react-app

当我部署我的应用程序时,我遇到了一些问题。

在开发过程中,一切都运转良好

enter image description here

但是,在生产中数据没有显示出来。

经过一些测试后,我意识到问题出在组件 TabsComponent 上,当我摆脱它时,一切正常。你知道如何解决这个问题吗?

https://serverlessapps.info/ enter image description here

目前:

·使用React Redux并创建反应应用

·从JSON文件获取数据

·存储AWS S3。

您可以从https://github.com/Alfrex92/serverlessapps

克隆回购

我该怎么办?

非常感谢你。

1 个答案:

答案 0 :(得分:1)

package.json上的

添加了此行"homepage": "http://localhost/", 如果您确实在服务器“主页”的子文件夹中上传了应用:"http://localhost/foldername"

然后运行:npm run build 我只是在我的localhost上测试它并且它正常工作

像这样上传,不要更改为"homepage": "http://yoursite.com/"

这是你的根目录应该是这样的

httdocs
  |
  |-static
  |
  |-index.html
  |-serviceworker.js