4. Fetch All Products and Single Product Screen Page |Django Rest Framework with ReactJS

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 13

  • @dhalintamaanta1391
    @dhalintamaanta1391 10 หลายเดือนก่อน

    Thanks teacher

    • @ARKPROCODER
      @ARKPROCODER  10 หลายเดือนก่อน

      Welcome

  • @tejasram5412
    @tejasram5412 หลายเดือนก่อน

    at 41:00 ig you faced error because your api endpoint for getting detail product view is api/product/id but you've given await api/products/id

  • @vinaygajula4066
    @vinaygajula4066 4 หลายเดือนก่อน

    The images are not displaying

  • @navneetyadav4550
    @navneetyadav4550 9 หลายเดือนก่อน

    there was error coming is proxy error how to overcome that?

    • @ARKPROCODER
      @ARKPROCODER  9 หลายเดือนก่อน

      Go to package.json n add proxy in backend allow Cors to

    • @NeenuJose-ov7ng
      @NeenuJose-ov7ng 8 หลายเดือนก่อน

      How did you resolve it?

    • @ARKPROCODER
      @ARKPROCODER  8 หลายเดือนก่อน

      @@NeenuJose-ov7ng go to package.json file check poxy you have added and in backend install cors and add middleware in settings.py i hope i have said these things in video

  • @dhalintamaanta1391
    @dhalintamaanta1391 10 หลายเดือนก่อน

    can i contact you bro

  • @audreytan7400
    @audreytan7400 9 หลายเดือนก่อน

    hello can you help me? I was having the same error as yours
    "ERROR
    Cannot read properties of undefined (reading '_id')
    TypeError: Cannot read properties of undefined (reading '_id')
    at Product (localhost:3000/static/js/bundle.js:1612:31)
    at renderWithHooks (localhost:3000/static/js/bundle.js:29664:22)
    at mountIndeterminateComponent (localhost:3000/static/js/bundle.js:32948:17)
    at beginWork (localhost:3000/static/js/bundle.js:34244:20)
    at HTMLUnknownElement.callCallback (localhost:3000/static/js/bundle.js:19260:18)
    at Object.invokeGuardedCallbackDev (localhost:3000/static/js/bundle.js:19304:20)
    at invokeGuardedCallback (localhost:3000/static/js/bundle.js:19361:35)
    at beginWork$1 (localhost:3000/static/js/bundle.js:39225:11)
    at performUnitOfWork (localhost:3000/static/js/bundle.js:38473:16)
    at workLoopSync (localhost:3000/static/js/bundle.js:38396:9)"

    • @audreytan7400
      @audreytan7400 9 หลายเดือนก่อน

      the error is on the Product.js