In a Next.js 14 project, calling getCustomersByEmail(email) on the APIClient from customerio-node throws Unhandled Runtime Error. TypeError: url_1.URL is not a constructor. The same call works in a plain Node server. The client was instantiated in app-router code that ends up executing in the browser.