Oddbean new post about | logout
 @512955d5 

doh, think I found it.
 
good:if (!(user && user.dataValues))     
    
not good:if (!user || !user.dataValues)    

Fixed in current code, should be pushing out new version tonight.