• 카테고리

    질문 & 답변
  • 세부 분야

    풀스택

  • 해결 여부

    미해결

수업질문 Unhandle Runtime Error해결 방법 문의드립니다.

23.03.19 22:15 작성 조회수 1.04k

0

- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요!
- 먼저 유사한 질문이 있었는지 검색해보세요.
- 서로 예의를 지키며 존중하는 문화를 만들어가요.
- 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.

인덱스와 유저페이지만 안들어가지고 다른 페이지들은 들어가집니다. 구글링 해봐도 해결을 못해서 질문남겨봅니다.

혹시 어느 부분이 문제인지 알수 있을까요?

 

 

터미널 오류

warn - Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/messages/fast-refresh-reload

state { user: null, authenticated: false, loading: true }

upstream image response failed for http://localhost:4000/images/qTXQHCjdvd.jpg 404

ImageError: "url" parameter is valid but upstream response is invalid

at imageOptimizer (/Users/camoma1/Desktop/reddit-clone-app/client/node_modules/next/dist/server/image-optimizer.js:476:19)

at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

at async cacheEntry.imageResponseCache.get.incrementalCache (/Users/camoma1/Desktop/reddit-clone-app/client/node_modules/next/dist/server/next-server.js:264:72)

at async /Users/camoma1/Desktop/reddit-clone-app/client/node_modules/next/dist/server/response-cache/index.js:83:36 {

statusCode: 404

}

런타임 에러

Unhandled Runtime Error

Error: Image with src "http://localhost:4000/images/qTXQHCjdvd.jpg" is missing required "width" property.

답변 1

답변을 작성해보세요.

1

안녕하세요!
혹시 next.config.js 파일에 image 도메인 추가해주셨나요?!

그리고 아래
Unhandled Runtime Error

Error: Image with src "http://localhost:4000/images/qTXQHCjdvd.jpg" is missing required "width" property.

이 부분 에러는 에러 내용 그래도 width 속성을 추가해주시겠어요?!

<Image src="~" width={ px} /> 이렇게요

감사합니다.