When used on Google Cloud Functions an error is thrown due to `req.originalURL === ""`. The error is thrown from [these 3 lines](https://github.com/expressjs/session/blob/521e6bd965fb425e1ece42fd68fbff4b524c4636/index.js#L193-L195) handling `originalPath`. The debugging to find this bug can be found in this [tweet thread](https://twitter.com/blakeembrey/status/892864429372522497) with @blakeembrey
When used on Google Cloud Functions an error is thrown due to
req.originalURL === "". The error is thrown from these 3 lines handlingoriginalPath.The debugging to find this bug can be found in this tweet thread with @blakeembrey