// We should use `CLIENT_BASE_URL` on the client as we can't guarantee how the client is connected to the server - it's possible that the server is listening on `127.0.0.1` and the client is connected via `localhost`. Things might break if URLs don't match due to a JS module being double-loaded via two different URLs.
8
// `process.env.ONE_SERVER_URL` is for the server, where `CLIENT_BASE_URL` will be blank.