Развертывание Heroku для приложения React + Django не работает

Я пытаюсь развернуть свое приложение в Heroku, которое использует React в качестве фронтенда и Django в качестве бэкенда, но я застрял. Когда я запускаю git push heroku master, он говорит, что проект успешно развернут, но я получаю ошибку при открытии проекта:

Failed to load resource: the server responded with a status of 404 (Not Found)
texstore.herokuapp.com/:1 Refused to apply style from 'https://texstore.herokuapp.com/static/css/main.0286b08d.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:2 Manifest: Line: 2, column: 1, Syntax error.
manifest.json:1          Failed to load resource: the server responded with a status of 404 (Not Found)
texstore.herokuapp.com/:1 Refused to apply style from 'https://texstore.herokuapp.com/static/css/main.0286b08d.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Вернуться на верх