не может отправить репо на Heroku
Я собираюсь
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
когда я пытаюсь нажать на Heroku, это не первый раз, когда это приложение уже развернуто в Heroku, но внезапно Heroku начал выдавать эту ошибку.
я пытался
- установка
git config --global http.postBuffer 524288000
- перезапуск всех
dynos
- удаление проекта Heroku и его повторное создание.
- попытался нажать то же репо на GitHub, и он отлично работает.
Я использую macos-catalina
вот полная ошибка
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_LOGLEVEL=error
remote: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote: NODE_VERBOSE=false
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): unspecified
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Resolving node version 12.x...
remote: Downloading and installing node 12.18.3
remote: Using default npm version: 6.14.6
remote:
remote: -----> Restoring cache
remote: - node_modules
remote:
remote: -----> Installing dependencies
remote: Installing node modules
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
любая помощь будет оценена. Благодарность
1 ответ
Если кто-то сталкивается с подобными проблемами, проверьте журналы Heroku, в моем случае next.js
build занимал слишком много памяти, поэтому развертывание было отклонено, хотя push был успешным.