Git Product home page Git Product logo

ecommerce-app-2023's People

Contributors

techinfo-youtube avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ecommerce-app-2023's Issues

type error in search page

After refreshing search page "Cannot read properties of undefined (reading 'length')
TypeError: Cannot read properties of undefined (reading 'length')" this error is showing how can i solve this

Add To Cart not working

when we are seeing the single product at that time there is a "ADD TO CART " button that button doesn`t do anything.

Error in cartPage.js

In cartPage.js at line 14(cart?.map((item) => {
total = total + item.price;
});) getting an error:
Expected an assignment or function call and instead saw an expression no-unused-expressions

req.body

I am getting empty req.body why so please help me!!.........there is not any problem with mongoDB connection. I guess the problem is with routing or parsing data . But somehow am not able to figure out.

GET http://localhost:8080/api/v1/product/product-photo/ 404 (Not Found)

The Update page showing an error in console GET http://localhost:8080/api/v1/product/product-photo/ 404 (Not Found)

my code for photo is same as in the tut
{photo ? (


<img
src={URL.createObjectURL(photo)}
alt="product "
height={"200px"}
className="img img-responsive"
/>

) : (

                <img
                  src={`${process.env.REACT_APP_API}/api/v1/product/product-photo/${id}`}
                  alt="product"
                  height={"200px"}
                  className="img img-responsive"
                />
              </div>
            )}

Also when i update the product without uploading a photo it shows put error 500 internal server error.

here is the video of the bug:

14.06.2023_19.17.44_REC.mp4

Select Category showing BSON error

Hello,
After multiple attempts to solve the problem i am still unable to get what shoud i do to fix the error. I have matched the code several times, and there is no problem in it.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.