lshiffer

Results 3 comments of lshiffer

I'm getting the same error, running node 4.2.4. The issue is request.auth.session.set(user), as noted by OP.... Doing a print out of the request object's '.auth' there is no 'session'. "request.auth.session"...

I can confirm that the difference is in Hapi's version. '"Starting with Hapi 12 the request.session placeholder was removed." It is now in a plugin known as 'Yar' (https://github.com/hapijs/yar). Using...

Any fix or work around for this? The very first column of the very first row will return a string. But then everything else returns empty. Have no idea what...