try {
      user = await User.findOne({
        where: { auth0_id: req.auth.sub }
      })
    } catch (err) {