Need a nasty little handler to catch people (reasonably so) typing in localhost instead of 127.0.0.1. This is needed because socket.io defaults to IPVv6 on Node 18 for some reason, and probably others.
log.error(`Your client/config.js:base_host is ${base_host} but you are accessing the site at ${full_host}. Redirecting to ${redirect_to} so cookies will function!`);