adityaS011 / ecommerce-clone

Flipkart clone built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. The application replicates some of the core features of the popular e-commerce platform Flipkart.
https://mern-clone-flipkart-p2p.netlify.app
MIT License
16 stars 13 forks source link

Dev #30

Closed Shubhamm33 closed 11 months ago

Shubhamm33 commented 11 months ago

Login in production site, fixed, https://mern-clone-flipkart-p2p.netlify.app/login the login page is redirected using window.location('/login') (which will work in normal javascript) but will not work in react here we need to use Link from react-router-dom hopefully this should work

netlify[bot] commented 11 months ago

Deploy Preview for mern-clone-flipkart-p2p failed.

Name Link
Latest commit e2c05c30672a71a10662a2cdfd536e22133f1f66
Latest deploy log https://app.netlify.com/sites/mern-clone-flipkart-p2p/deploys/65344d12e222a40007560a64
Shubhamm33 commented 11 months ago

Hey, can you please tell me why it was it not merged? login is not working on deployed app this was the login redirection fix