mern_stack_course
                                
                                 mern_stack_course copied to clipboard
                                
                                    mern_stack_course copied to clipboard
                            
                            
                            
                        - The commit in this repo at this instance is 4 commits ahead of the local repo.
I did not find where set up the refreshToken cookie come from login end point for refresh end point to genrate new token
End of the controller lesson 4, I noticed that a POST to create a new note to a valid user: It is leading to an unending request into postman. I...
Cannot make a newnote because of this error `ValidationError: Note validation failed: user: Cast to ObjectId failed for value "Havoc" (type string) at path "user" because of "BSONError"` here a...
Usually the DB connect was not working please update the code.
## The code block below that is inside the file usersController is missing the active parameter. ### I added a sample code below it to be compared to the original...
https://github.com/gitdagray/mern_stack_course/blob/3714da3f3d6002b00a96549cb0ddd2d7381fa4db/lesson_04/models/Note.js#L29C1-L33C3
**Error**: I ran the code, and the DELETE request returned a dubious json message like `Username undefined with ID undefined deleted` **Reason**: Possibly some changes in the newer versions of...
Hi [Developer's Name], I came across your GitHub profile and was impressed with your work on [mention any relevant project if found]. We are building VoxIndia, an AI-powered content creation...
Hi, Error handler is middleware func but that does n't call if any error occurs even the user is create and again with same user name we can't create other...