Dashboard server.js does not honour `NEXT_PUBLIC_API_URL` environment. This rendered chunk is passed to web client: ``` let r = e.i(90163).default.env.NEXT_PUBLIC_API_URL || "http://localhost:8001" ``` Evaluation and substitution needs to be done serverside.