#mysql #heroku #deployment
Вопрос:
У меня проблема с Героку. Я успешно подключился к базе данных Clear. После каждого нажатия на Heroku сервер меняется на «от до сбоя».:
2021-08-11T06:17:00.358856 00:00 heroku[web.1]: State changed from up to crashed
2021-08-11T06:17:08.896344 00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/" host=fitnesspald.herokuapp.com request_id=f8bc97cd-5949-44a2-abfe-8623ba6be278 fwd="78.105.69.230" dyno= connect= service= status=503 bytes= protocol=https
Я пытался проверить Procfile
и package.json
то , и другое, но мне кажется, все в порядке…
{
"name": "fitpall",
"version": "1.0.0",
"description": "Fitness tracker",
"main": "server.js",
"scripts": {
"test": "echo "Error: no test specified" amp;amp; exit 1"
},
"engines": {
"node": "12.x"
},
"author": "daniel mihai",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.12"
}
}
Комментарии:
1. веб: узел server.js Это мой файл процесса