게시글
질문&답변
2021.06.23
안녕하세요 강의 잘 듣고 있습니다 다름이 아니라 안 되는게 있어서 질문을 드립니다.
그리고 기존에 있던 상품을 클릭하면 상세 페이지로 이동을 하게 되어있는데 거기서도 또 오류가 뜨기 시작합니다..ㅜㅜ (사진) (사진) 마지막으로 메인화면으로 돌아갈 때, 그리고 리엑트를 실행 했을 때 메인화면이 뜨면서 오류가 한가지 더 뜨고 있습니다... (사진)
- 1
- 7
- 513
질문&답변
2021.06.23
안녕하세요 강의 잘 듣고 있습니다 다름이 아니라 안 되는게 있어서 질문을 드립니다.
죄송한데 한번만 더 봐주실 수 있습니까? 그 뒤로 계속 다른 오류가 나서 소스코드 올려주신 걸로 적용을 해 봤는데도 오류가 계속 떠서 대체 뭐가 원인인지 잘 모르겠네요..바쁘실텐데 죄송합니다.. 상품 등록하기를 누르면 저런 오류가 뜨고 있습니다. (사진) (사진)
- 1
- 7
- 513
질문&답변
2021.06.22
안녕하세요 강의 잘 듣고 있습니다 다름이 아니라 안 되는게 있어서 질문을 드립니다.
워..혼자 고쳐보겠다고 했었는데..저걸 확인을 못했었네요 감사드립니다!
- 1
- 7
- 513
질문&답변
2021.06.22
안녕하세요 강의 잘 듣고 있습니다 다름이 아니라 안 되는게 있어서 질문을 드립니다.
Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component.
- 1
- 7
- 513
질문&답변
2021.06.22
안녕하세요 강의 잘 듣고 있습니다 다름이 아니라 안 되는게 있어서 질문을 드립니다.
\dongyoungkim\inflearn\grab-market-server\node_modules\sequelize\lib\instance-validator.js:93:12) at async model.save (C:\Users\kimcc\OneDrive\바탕 화면\자바\개인 웹 사이트 만들기\dongyoungkim\inflearn\grab-market-server\node_modules\sequelize\lib\model.js:3877:7) at async Function.create (C:\Users\kimcc\OneDrive\바탕 화면\자바\개인 웹 사이트 만들기\dongyoungkim\inflearn\grab-market-server\node_modules\sequelize\lib\model.js:2207:12) { errors: [ ValidationErrorItem { message: 'Product.discription cannot be null', type: 'notNull Violation', path: 'discription', value: null, origin: 'CORE', instance: [Product], validatorKey: 'is_null', validatorName: null, validatorArgs: [] } ] } 서버 쪽에서는 이런 오류가 뜨고 있고, Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components at input at http://localhost:3000/static/js/vendors~main.chunk.js:72366:23 at div at div at div at http://localhost:3000/static/js/vendors~main.chunk.js:73368:75 at FormItemInput (http://localhost:3000/static/js/vendors~main.chunk.js:72687:25) at div at http://localhost:3000/static/js/vendors~main.chunk.js:73558:34 at Field (http://localhost:3000/static/js/vendors~main.chunk.js:113696:94) at WrapperField (http://localhost:3000/static/js/vendors~main.chunk.js:114203:20) at FormItem (http://localhost:3000/static/js/vendors~main.chunk.js:72381:20) at form at Form (http://localhost:3000/static/js/vendors~main.chunk.js:114316:19) at SizeContextProvider (http://localhost:3000/static/js/vendors~main.chunk.js:69729:23) at InternalForm (http://localhost:3000/static/js/vendors~main.chunk.js:72189:69) at div at UploadPage (http://localhost:3000/static/js/main.chunk.js:1658:89) at Route (http://localhost:3000/static/js/vendors~main.chunk.js:185380:29) at Switch (http://localhost:3000/static/js/vendors~main.chunk.js:185582:29) at div at div at App (http://localhost:3000/static/js/main.chunk.js:245:86) at Router (http://localhost:3000/static/js/vendors~main.chunk.js:185015:30) at BrowserRouter (http://localhost:3000/static/js/vendors~main.chunk.js:184635:35) console. @ index.js:1 F12를 누르고 확인을 하니 저런 오류도 뜹니다 혹시 몰라서 둘다 올려봅니다.. {data: "상품 업로드 중에 문제가 생겼습니다.", status: 200, statusText: "OK", headers: {…}, config: {…}, …} config: adapter: ƒ xhrAdapter(config) data: "{\"name\":\"키보드\",\"description\":\"그랩이 사용하던 키보드\",\"seller\":\"그랩\",\"price\":50000,\"imageUrl\":\"uploads\\\\keyboard1.jpg\"}" headers: {Accept: "application/json, text/plain, */*", Content-Type: "application/json;charset=utf-8"} maxBodyLength: -1 maxContentLength: -1 method: "post" timeout: 0 transformRequest: [ƒ] transformResponse: [ƒ] url: "http://localhost:8080/products" validateStatus: ƒ validateStatus(status) xsrfCookieName: "XSRF-TOKEN" xsrfHeaderName: "X-XSRF-TOKEN" __proto__: Object data: "상품 업로드 중에 문제가 생겼습니다." headers: content-length: "50" content-type: "text/html; charset=utf-8" __proto__: Object request: XMLHttpRequest onabort: ƒ handleAbort() onerror: ƒ handleError() onload: null onloadend: null onloadstart: null onprogress: null onreadystatechange: ƒ handleLoad() ontimeout: ƒ handleTimeout() readyState: 4 response: "상품 업로드 중에 문제가 생겼습니다." responseText: "상품 업로드 중에 문제가 생겼습니다." responseType: "" responseURL: "http://localhost:8080/products" responseXML: null status: 200 statusText: "OK" timeout: 0 upload: XMLHttpRequestUpload onabort: null onerror: null onload: null onloadend: null onloadstart: null onprogress: null ontimeout: null __proto__: XMLHttpRequestUpload withCredentials: false __proto__: XMLHttpRequest status: 200 statusText: "OK" __proto__: Object
- 1
- 7
- 513
질문&답변
2021.06.15
도움 요청 합니다 ㅜ.ㅜ
아...자동으로 주소가 들어가는 줄 알았는데 직접 해줬어야 했는거군요..감사합니다!
- 1
- 4
- 279
질문&답변
2021.06.15
질문드립니다.
앗 해결했습니다 감사합니다..
- 1
- 3
- 180
질문&답변
2021.06.15
질문드립니다.
lang="ko"> head> meta charset="UTF-8"> meta http-equiv="X-UA-Compatible" content="IE=edge"> meta name="viewport" content="width=device-width, initial-scale=1.0"> title>Grab-Markettitle> link rel="stylesheet" href="index.css" type="text/css"> head> body> div id="header"> div id="header-area"> img src="./images/icons/logo.png"/> div> div> div id="body"> div id="banner"> img src="./images/banners/banner1.png" /> div> h1>판매되는 상품들h1> div id="product-list"> div> div> div id="footer">div> body> script> var products = [ { name : "농구공", price : 100000, seller : "조던", imageUrl : "images/products/basketball1.jpeg" }, { name : "축구공", price : 50000, seller : "메시", imageUrl : "images/products/soccerball1.jpg" }, { name : "키보드", price : 10000, seller : "그랩", imageUrl : "images/products/keyboard1.jpg" }, ]; let productsHtml = " "; for(var i = 0; i products.length; i++) { productsHtml = productsHtml + '' + "" + '(사진)' + "" '' + '농구공 1호' + '50000원' + '' + '(사진)' + "KDY" + "" + "" + ""; } document.querySelector("#product-list").innerHTML = productsHtml; script> html> 질문을 다시 드려 죄송합니다.. / 를 넣어줘도 똑같은데제가 중간에 뭘 잘못한건가요.,.?봐도 다 똑같은거 같은데.. * { margin: 0; padding: 0; } body { height: 1500px; } #header { height: 64px; display: flex; justify-content: center; border-bottom: 1px solid black; } #body { height: 100%; width: 1024px; margin: 0 auto; /*부모로 부터 중앙 정렬*/ padding-bottom: 24px; } #footer { height: 200px; background-color: red; } #banner { height: 300px; background-color: yellow; } #header-area { width: 1024px; height: 100%; /* margin: 0 auto; */ display: flex; align-items: center; } #header-area > img { width: 128px; height: 36px; } #banner > img { width: 100%; height: 300px; } #body > h1 { margin-top: 16px; } #product-list{ display: flex; flex-wrap: wrap; margin-top: 12px; } .product-card { width: 180px; height: 300px; margin-right: 12px; margin-bottom: 12px; border: 1px solid rgb(230, 230, 230); border-radius: 12px; } .product-img { width: 100%; height: 210px; } .product-contents { display: flex; flex-direction: column; padding: 8px; } .product-name { font-size: 14px; } .product-prise { font-size: 16px; font-weight: 600; margin-top: 4px; } .product-seller { display: flex; align-items: center; margin-top: 12px; } .product-avatar { width: 24px; }위 코드는 CSS 코드 입니다 번거롭게 해드려 죄송합니다..
- 1
- 3
- 180
질문&답변
2021.06.06
안녕하세요 똑같이 한거 같은데 확인 해보니 달라서 질문 글 올립니다 ㅜㅜ
아; 단순하게 바디에 height 값을 좀 더 주니 괜찮아지는군요!
- 1
- 1
- 128