You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not positive what this code is used for besides the obvious passing of user info from request to response object. What I do know is that the res.locals is a function function () { [native code] } and it cannot be coerced to a string.
possible causes:
asynchronous call is returning error before data resolves - such that 'map is not a function'
placement /order of app.use's
not a saved session via the 'express-session' middleware (however I see a proper session w/ sessionID)
not positive what this code is used for besides the obvious passing of user info from request to response object. What I do know is that the res.locals is a function
function () { [native code] }
and it cannot be coerced to a string.possible causes:
The text was updated successfully, but these errors were encountered: