hello Alireza, thanks for your interest The complete course has 54 lessons including admin dashboard, review products, deploy on render and much more here: https://basir.thinkific.com/courses/build-ecommerce-website-like-amazon-by-mern-stack...

View Question
1 Vote

first of all check console for any errors. if any then share it here. if there is no error it means product.name is empty. check its value using console.log

View Question
0 Votes

The difference lies in the syntax of the export statement. While rfce places it explicitly at the end, rafce integrates it directly within the arrow function. Both serve the same purpose—creating functional...

View Question
0 Votes

it is because of nextauth update. follow this answer to fix the issue: https://codingwithbasir.com/question/7890

View Question
0 Votes

put / before signin like this: navigate('/signin?redirect=/shipping'); it should be /signin not /cart/signin

View Question
0 Votes edited answer

The issue is because of some updates on next and nextauth package. How to fix it: Install next canary or wait for [email protected] to fix the issue https://github.com/vercel/next.js/pull/61721 $ npm i [email protected]...

View Question
0 Votes edited answer

Edge Middleware runs on the Edge Runtime, a runtime built on top of the V8 JavaScript engine. The Edge Runtime provides a subset of Web APIs for you to use when creating Middleware. This lightweight API...

View Question
0 Votes edited answer

add isAdmin as property to User type here: https://github.com/basir/next-amazona-v2/blob/main/types/next-auth.d.ts#L7

View Question
0 Votes

I am updating this course and will add new features there. will inform you on my youtube channel.

View Question
0 Votes

check the db to see if you have user with that email and pass there. use postman to send api request to the signin api and see what you get there. share the repo to take a look.

View Question
0 Votes
Load more answers