Logo

Loading…

If this page stays on “Loading…” it usually means the build you uploaded is missing the server-rendered payload (common with Next.js app-router builds).

If you’re hosting on Apache/Nginx as a static site, you typically need an index.html generated by a static export (next export / output: 'export').

If you’re hosting on a Node server, use the included server.js (Express) as a simple static/fallback server.