Heroku部署错误-带有Create-React-App

时间:2019-11-29 22:37:47

标签: node.js reactjs heroku deployment create-react-app

Create-React-App在部署到Heroku后无法正常工作。我从HTML获得了index.html文件,并显示了测试元素,但是react应用程序(附加到html中的另一个div)不起作用,并显示如下错误:

Uncaught SyntaxError: Unexpected token '<'  
main.ca3192ef.chunk.js:1 Uncaught SyntaxError: Unexpected token '<'   
manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.

(“意外令牌”-在浏览器enter image description here控制台中单击时指向html的第一个“ <”字符)

enter image description here

1 个答案:

答案 0 :(得分:0)

所以我找出了问题所在。 问题是静态资产(包括React App)没有被提供-应该从根目录的角度给出目录