inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

비전공자를 위한 진짜 입문 올인원 개발 부트캠프

상품 상세 페이지 구현 - 1

콘솔 오류관련 질문입니다

309

김용민

작성한 질문수 74

1

log.js:24 [HMR] Waiting for update signal from WDS...

scheduler.development.js:298 [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.

(anonymous) @ scheduler.development.js:298

./node_modules/scheduler/cjs/scheduler.development.js @ scheduler.development.js:843

__webpack_require__ @ bootstrap:856

fn @ bootstrap:150

./node_modules/scheduler/index.js @ index.js:6

__webpack_require__ @ bootstrap:856

fn @ bootstrap:150

(anonymous) @ react-dom.development.js:18

./node_modules/react-dom/cjs/react-dom.development.js @ react-dom.development.js:26261

__webpack_require__ @ bootstrap:856

fn @ bootstrap:150

./node_modules/react-dom/index.js @ index.js:37

__webpack_require__ @ bootstrap:856

fn @ bootstrap:150

(anonymous) @ index.css?bb0a:82

./src/index.js @ index.js:21

__webpack_require__ @ bootstrap:856

fn @ bootstrap:150

1 @ index.js:6

__webpack_require__ @ bootstrap:856

checkDeferredModules @ bootstrap:45

webpackJsonpCallback @ bootstrap:32

(anonymous) @ main.chunk.js:1

index.js:20 null

webpackHotDevClient.js:138 src\main\index.js

  Line 26:11:  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text

  Line 31:11:  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text

  Line 40:21:  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text

  Line 46:23:  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text

src\product\index.js

  Line 19:6:  React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array  react-hooks/exhaustive-deps

printWarnings @ webpackHotDevClient.js:138

handleWarnings @ webpackHotDevClient.js:143

push../node_modules/react-dev-utils/webpackHotDevClient.js.connection.onmessage @ webpackHotDevClient.js:210

66571123-1901-4ee7-9a30-2f64f6e3d2f7.mock.pstmn.io/1:1 Failed to load resource: the server responded with a status of 404 ()

index.js:1 Error: Request failed with status code 404

    at createError (createError.js:16)

    at settle (settle.js:17)

    at XMLHttpRequest.handleLoad (xhr.js:62)

console.<computed> @ index.js:1

(anonymous) @ index.js:17

index.js:1 Warning: Each child in a list should have a unique "key" prop.

Check the render method of `MainPage`. See https://reactjs.org/link/warning-keys for more information.

    at div

    at MainPage (http://localhost:3000/static/js/main.chunk.js:672:80)

    at Route (http://localhost:3000/static/js/vendors~main.chunk.js:36414:29)

    at Switch (http://localhost:3000/static/js/vendors~main.chunk.js:36616:29)

    at div

    at App

    at Router (http://localhost:3000/static/js/vendors~main.chunk.js:36049:30)

    at BrowserRouter (http://localhost:3000/static/js/vendors~main.chunk.js:35669:35)

console.<computed> @ index.js:1

printWarning @ react-jsx-dev-runtime.development.js:117

error @ react-jsx-dev-runtime.development.js:93

validateExplicitKey @ react-jsx-dev-runtime.development.js:986

validateChildKeys @ react-jsx-dev-runtime.development.js:1013

jsxWithValidation @ react-jsx-dev-runtime.development.js:1184

MainPage @ index.js:33

renderWithHooks @ react-dom.development.js:14985

updateFunctionComponent @ react-dom.development.js:17356

beginWork @ react-dom.development.js:19063

beginWork$1 @ react-dom.development.js:23940

performUnitOfWork @ react-dom.development.js:22776

workLoopSync @ react-dom.development.js:22707

renderRootSync @ react-dom.development.js:22670

performSyncWorkOnRoot @ react-dom.development.js:22293

(anonymous) @ react-dom.development.js:11327

unstable_runWithPriority @ scheduler.development.js:646

runWithPriority$1 @ react-dom.development.js:11276

flushSyncCallbackQueueImpl @ react-dom.development.js:11322

flushSyncCallbackQueue @ react-dom.development.js:11309

scheduleUpdateOnFiber @ react-dom.development.js:21893

dispatchAction @ react-dom.development.js:16139

(anonymous) @ index.js:15

index.js:20 null

66571123-1901-4ee7-9a30-2f64f6e3d2f7.mock.pstmn.io/2:1 Failed to load resource: the server responded with a status of 404 ()

index.js:1 Error: Request failed with status code 404

    at createError (createError.js:16)

    at settle (settle.js:17)

    at XMLHttpRequest.handleLoad (xhr.js:62)

console.<computed> @ index.js:1

index.js:20 null

66571123-1901-4ee7-9a30-2f64f6e3d2f7.mock.pstmn.io/1:1 Failed to load resource: the server responded with a status of 404 ()

index.js:1 Error: Request failed with status code 404

    at createError (createError.js:16)

    at settle (settle.js:17)

    at XMLHttpRequest.handleLoad (xhr.js:62)

console.<computed> @ index.js:1

콘솔 창을 확인했는데 저는 상품정보가 입력되지않고 이런식으로 나오네요 이유가 무엇인지 알 수 있을까요?

react-native react 머신러닝 배워볼래요? nodejs javascript express tensorflow HTML/CSS

답변 1

0

그랩

현재 에러 내용을 보면 a status of 404가 보이는데요. 
HTTP 통신에서 404 status를 받는다는 것은 서버가 문제가 있다는 뜻입니다.

포스트맨 서버가 제대로 통신이 되는지 다시 확인해주세요.

[해결]그랩님 답변 주세요.

0

160

2

그랩님의 답변을 기다립니다/102강 전반적인 에러

0

140

2

[그랩님께]101강 안드로이드 에러들(Key prop)해결방법 궁금합니다.

0

122

2

[재질문][그랩님 답변 부탁드립니다]101강

0

135

2

[그랩님 답변 부탁드립니다]101강 Axios 에러와 502 Bad Gateway 질문

0

96

2

Ngrok 설치 후 forwarding Url 에러

0

129

2

[그랩님께,Ngrok 악성코드 인식 해결방법]질문 드립니다.

0

215

2

Ngrok 설치 후 forwarding Url로 연결 불가

0

133

1

그랩님,[꼭] 답변 부탁드립니다.

0

64

1

[꼭][[꼭] 그랩님, 답변 부탁드립니다], Failed to load resource: the server responded with a status of 404 (Not Found) 상품 상세 페이지 질문입니다.

0

147

1

6강/7강 수업

0

49

1

그랩님, 상품 상세 페이지 에러와 의문점 질문드립니다.

0

98

2

그랩님, 해결되지 않은 에러 메시지 [꼭] 답변 부탁 드립니다.

0

133

2

[재 질문]Cannot read properties of undefined (reading 'map') TypeError: Cannot read properties of undefined (reading 'map') 에러 해결 어떻게 하나요?

0

88

1

Cannot read properties of undefined (reading 'map') TypeError: Cannot read properties of undefined (reading 'map') 에러 해결 어떻게 하나요?

0

126

2

일반적인 css 꾸미기에서 width와 height의 값?

0

86

2

Windows에서의 업로드 후 홈화면 상품이미지 오류 해결방법

0

191

1

그랩마켓 웹화면 구현하기 -2 질문입니다.

0

118

1

react에 반영이 되지 않습니다.

0

233

1

터미널 npm install -g create-react-app 작성 후 오류

0

418

1

create-react-app my app 실행 시 에러

0

349

2

포스트맨 질문

0

95

1

<꼭 답변 부탁 드립니다>그랩선생님, [컴포넌트 사용하기] 강의에서 질문 있습니다.

0

256

2

그랩선생님, 질문 답변 부탁 드립니다.vscode에서 npm install -g create-react-app 입력 후 에러 입니다.

0

471

2