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
Also, ensure all queries to MongoDB is async with await. I forgot to put await when using async and it gave me the same error you have
the public story view file is showing the error
already used the app.use((req, res, next)=> { res.locals.user = req.user || null; next() }) in app.js file
TypeError: Cannot read property '_id' of undefined in global variable id is not found in the helpers editIcon function
The text was updated successfully, but these errors were encountered: