Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Law of Demeter
- Bandit Level 5
- 시스템 파악
- OpenAPI
- 나선형 모형
- 명령어공부
- was SQLRecoverableException
- 프로토타입 모형
- 폭포수 모형
- springboot
- 시스템 파악 정리
- SQLRecoverableException
- vue
- java.sql.SQLRecoverableException
- mysql 튜닝
- 커맨드공부
- 에자일 모형
- plsql
- avax.net.ssl.SSLHandshakeException:
- Bandit Level 6 → Level 7
- Bandit Level 6
- 변수명 짓는법
- CSS
- 스크럼기법
- was버그
- pl/sql
- table scan
- 인증서만료에러
- 클린코드
- 디미터 법칙
Archives
- Today
- Total
개발햄비
[heroku] App not compatible with buildpack 에러 해결 본문
페이스북 챗봇 연습을 위해 heroku서버에 올리는 도중 다음과 같은 에러가 발생하였다.
Delta compression using up to 8 threads
Compressing objects: 100% (1006/1006), done.
Writing objects: 100% (1045/1045), 1.49 MiB | 815.00 KiB/s, done.
Total 1045 (delta 159), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> App not compatible with buildpack: https://github.com/kr/heroku-buildpack-go.git
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to app-test.
remote:
To https://myPagePath
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://myPagePath'
해결 방법은 다음과 같다
터미널에
$ heroku buildpacks:clear
를 실행해주면 앱의 기본 Heroku 빌드 팩을 사용할 수 있다.
'개발 > 버그 해결 기록' 카테고리의 다른 글
[버그해결] DB접속 오류 java.sql.SQLRecoverableException: IO Error: Connection (0) | 2021.10.02 |
---|---|
[버그해결] java.security.cert.CertPathValidatorException: validity check failed (0) | 2021.05.23 |
Cannot find module 'semver' 해결 (0) | 2019.10.09 |
[에러해결] watson Assistant API 요청시 apikey header로 날리기 (0) | 2019.04.24 |
[버그해결]MySQL , Maria DB Connection을 잃어버리는 문제 해결 (0) | 2019.03.27 |