React 生产构建 Express 侦听器或服务器未运行
Posted
技术标签:
【中文标题】React 生产构建 Express 侦听器或服务器未运行【英文标题】:React production build Express listener or server isn't running 【发布时间】:2020-08-09 18:35:42 【问题描述】:我遇到了快速监听器的问题
我还在 package.json 上设置了我的代理
错误
【问题讨论】:
代码优先于图像,因为它可以是searched for and tested out,此外还有Users from certain countries can't view hosted images 【参考方案1】:我假设您正在使用 Create React App?
请求路径不要使用绝对路径,而是使用相对路径。
axios.post("/")
并仔细检查您的 package.json
包括
"proxy": "http://localhost:3001"
【讨论】:
以上是关于React 生产构建 Express 侦听器或服务器未运行的主要内容,如果未能解决你的问题,请参考以下文章
使用 Apollo-GraphQL、MongoDB-Mongoose 和 Node-Express 构建的 React 应用程序在生产构建中返回 404 错误
使用 express 和 webpack 构建 react s-s-r 服务器的问题