A. Rompis
A. Rompis
I encounter the following exception when I try to sync using the `grive` command exception: /build/grive2-2Hxkkx/grive2-0.5.1/libgrive/src/protocol/AuthAgent.cc(159): Throw in function long int gr::AuthAgent::CheckHttpResponse(long int, const string&, const gr::http::Header&) Dynamic exception type:...
When using it like this ``` app.get('/auth/facebook/callback', passport.authenticate('facebook', {failureRedirect: '/fail'}), function(req, res) { if (req.session.redirect) { res.redirect(req.session.redirect); delete req.session.redirect; } else { res.redirect('/'); } }); ``` It also triggers other...