Oddbean new post about | logout
 nostr:npub12y54t4dxzzf370gjwg7p5tspgx2d3n3rffmdf573t3fnwef3karqa06e36 

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.