/* * The deployment failure this repo makes most often, made legible. It names the * variable, the value baked in, and both reasons it fails unreachable from * the browser, or missing from admin's ADMIN_ORIGIN. */ export function NotConnectedPanel({ url }: { url: string }) { return (
This build points at ADMIN_API_URL = {url}, which did not respond.
ADMIN_API_URL was not set when this app was built, so there is nowhere to send requests.
The value is baked in when the image is built and has to be reachable from your browser, not just from the server. It also has to appear in the licensing service’s{" "}
ADMIN_ORIGIN, or the browser blocks every request.