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 |
Tags
- repeat()
- new Date()
- getday()
- charAt()
- sort()
- substring()
- Math.floor()
- map()
- reat if문
- useState()
- parseInt()
- 항해99솔직후기 #항해99장점 #항해99단점 #부트캠프추천
- 소수점 올림내림
- Eventlitener
- Number()
- jsx반복문
- isNaN()
- useEffect()
- Math.sqrt()
- slice()
- useRef()
- includes()
- 차집합
- 교집합
- indexOf()
- filter()
- React
- setDate
- 3진수
- toUpperCase()
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