process.env.NODE_ENV = "production"; import preact from "preact"; import { isNode } from "socket-function/src/misc"; import { css } from "typesafecss"; // The storage server's fallback page. There is no access-granting page any more: access errors in // the console say exactly why a machine was refused and the addmachine command that fixes it. This // only remains for the cert-trust flow (?trustCert=1, see certTrustModal.tsx). // Reached via the cert-trust flow (showCertTrustModal links here as ?trustCert=1). The browser only loads this page if it has ACCEPTED the certificate - so the mere fact that it rendered is the confirmation. Once accepted, the app's background connection to this same server works, so the user just returns. function CertTrustedPage() { return