const newWeather = {
displayImages,
temperature,
city,
description,
iconLink,
search: req.body.search,
location // where is this declared?
};
В своих URL-адресах вы жестко вводите название города, поэтому, я думаю, эта location
переменная действительно not defined
.