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
- getday()
- substring()
- Math.floor()
- 차집합
- React
- 3진수
- useRef()
- toUpperCase()
- 소수점 올림내림
- filter()
- repeat()
- useEffect()
- includes()
- reat if문
- sort()
- Eventlitener
- Number()
- setDate
- slice()
- isNaN()
- charAt()
- useState()
- parseInt()
- Math.sqrt()
- map()
- indexOf()
- new Date()
- jsx반복문
- 항해99솔직후기 #항해99장점 #항해99단점 #부트캠프추천
- 교집합
Archives
- Today
- Total
목록Vercel (1)
개발자로 전향중
배포를 했는데 이런 창을 만났다. 빌드는 잘됐지만 검색해보니 원인여러가지 많은 자료를 찾아본 결과, Vercel은 플랫폼을 사용할 때 몇 가지 제한을 적용하는 걸 알았고 Serverless Functions의 실행 시간이 hobby plan인 경우 5초로 pro plan은 15초로 줄었다고 한다.그래서 시간이 초과가 되면 에러가 발생한거 였고, 해결하기 위해서는 vercel을 pro로 업그레이드 하고 Serverless Functions시간을 늘려야 했다.참조:https://velog.io/@uuuuooii/Next.js-Vercel-504-GATEWAYTIMEOUT-%EC%97%90%EB%9F%AC%ED%95%B4%EA%B2%B0 [Next.js] Vercel 504: GATEWAY_TIMEOUT 에러..
Vercel
2024. 7. 4. 17:30