我有一个react redux项目,我试图构建它,当我在服务器上运行我的build文件夹时,我在每个页面中都遇到此错误。
Error response
Error code 404.
Message: File not found.
Error code explanation: 404 = Nothing matches the given URI.
我需要做什么?
我正在使用:
"react-router": "4.3.1",
"react-redux": "5.1.1",
我的index.js是:
<Provider store={store}>
<ConnectedRouter history={history}>
<div className="row">
<App />
</div>
</ConnectedRouter>
</Provider>,
在开发模式下一切正常,但是当我构建项目时,任何途径都会出错