Heroku показывает пустую белую страницу - PullRequest
0 голосов
/ 11 марта 2019

Когда я развернул свое приложение на heroku, я получил пустую белую страницу со следующими ошибками:

Ссылка: https://jenlky -shopping-cart.herokuapp.com /

Refused to apply style from 'https://jenlky-shopping-cart.herokuapp.com/static/css/main.bbad26e2.chunk.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. 2.65283897.chunk.js:1 

Failed to load resource: the server responded with a status of 404 (Not Found) 2.65283897.chunk.js:1 

Failed to load resource: the server responded with a status of 404 (Not Found) main.221452bc.chunk.js:1 

Failed to load resource: the server responded with a status of 404 (Not Found) 2.65283897.chunk.js:1 

Failed to load resource: the server responded with a status of 404 (Not Found) main.221452bc.chunk.js:1 

Failed to load resource: the server responded with a status of 404 (Not Found) favicon.ico:1

Refused to apply style from 'https://jenlky-shopping-cart.herokuapp.com/static/css/main.bbad26e2.chunk.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

manifest.json:1 Failed to load resource: the server responded with a status of 404 (Not Found)

manifest.json:1 Manifest: Line: 1, column: 1, Unexpected token.

heroku local также создает пустую белую страницу с меньшим количеством ошибок:

Refused to apply style from 'http://localhost:5000/static/css/main.d60d3cf9.chunk.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

4localhost/:1 GET http://localhost:5000/static/js/1.b7d12b63.chunk.js net::ERR_ABORTED 404 (Not Found)

manifest.json:1 GET http://localhost:5000/manifest.json 404 (Not Found)

manifest.json:1 Manifest: Line: 1, column: 1, Unexpected token.

Есть идеи, как мне ее решить?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...