Picture of error in postman //This is route
router.get("/all/posts",isSignedIn,isAuthenticated, getAllPosts)
//This is controller