1) runtime 확인
runtimeruntime=edge
현재 쿼리: ?enabled=yes&runtime=edge
결과 요약
비지원 조합: runtime='edge' + cacheComponents=true파이프라인
1) runtime 확인
runtimeruntime=edge
2) 플래그 확인
runtimecacheComponents=true
3) 조합 판정
error비지원
실전 적용 포인트
마이그레이션 시 runtime 설정을 가장 먼저 점검하세요.
파일 구조
cache-components/runtime-edge/ |- page.tsx \- demo/ \- page.tsx
핵심 코드
export const runtime = 'nodejs' // supported
시나리오 바로가기