YouTube: https://www.youtube.com/watch?v=VA-UN_6oNG8&list=PLf16UKl7nR5AF9k4ckTG82onvpAv1NAE7&index=4&ab_channel=SonnySangha
Deployed public link --> https://amazon-clone-nextjs-taupe.vercel.app/
(1) Deceptive site ahead
(2) Session timeout
these errors are happening because of browser
go to chrome://settings/security then, turn the settings from Standard protection to No protection (not recommended)
Note: Chrome (or other browsers if it's error) is giving these eroors cause Google is restricted about the unregistered websites who take personal information like **Card-details. In this app we're giving dummy data (42424242......... ) as card-details to test the payment in Stripe checkout-section. So, after Chrome's settings changed we can test the app using the dummy data for card details like: 42424242........
Run commands
-
npm install
-
npm run dev
Run commands
-
npm install --global yarn
-
yarn install
-
yarn run dev