滞留req.flash不是函数错误

时间:2017-11-29 18:59:19

标签: javascript node.js express flash passport.js

跟随是我的app.js代码,无论我放在哪里app.use(req.flash());它给我这个错误我已经尝试了不同的堆栈但它不起作用

var flash = require('connect-flash');

在此阶段,如果我将路由器向下移动,则会给我一些状态码错误:1

app.use('/', index);
app.use(session({
  secret : 'abc',
  saveUninitialized : true,
  resave : true
}));
app.use(flash());
app.use(passport.initialize());
app.use(passport.session());

1 个答案:

答案 0 :(得分:1)

<a asp-controller="Profile" asp-action="Index" asp-route-id="">View Profile</a>