Closed
Description
Understandably, res.redirect(...) should take a string. But for years we have been successfully passing a new URL(). We can certainly fix this on our side, but wanted to give a heads-up that this change might cause others to run into the same thing.
Error ultimately is thrown here:
reponse.js:915
var lowerLoc = loc.toLowerCase();