반응형
Failed to set fetch cache https://xx.com/xx.jpg Error: fetch for over 2MB of data can not be cached
오류가 발생했을 때, 아래와 같이 조치하면 된다.
# 1
fecth('xx', { cache: 'no-store' });
# 2
export const dynamic = 'force-dynamic';
반응형
'웹프로그래밍 > Javascript' 카테고리의 다른 글
[NextAuth] auth redirect 로컬 포트 변경하기 (0) | 2024.02.21 |
---|---|
kakao.maps.LatLng is not a constructor (0) | 2023.12.28 |
window.open 새로운 윈도우 창에 post 로 보내기 (0) | 2022.05.31 |
validate JSON (JSON 여부 검사) (0) | 2020.07.08 |
get only text by clipboard (0) | 2020.07.08 |