77thJunction
77th Junction Docs

Troubleshooting

Common errors for dashboard, CLI, API, DNS, and deploy.

Updated May 30, 2026

Developer mode (dashboard)

API unreachable

  • Dashboard: check Connection page — API pill should show api.77thjunction.app
  • Local dev: ensure npm run dev:api is running on port 3001
  • Local web: NEXT_PUBLIC_API_URL or /jj-api proxy in next.config.ts
  • CORS: WEB_ORIGIN on API must include your dashboard origin

Session expired

Sign out and sign in again. If it persists, confirm Firebase authorized domains include 77thjunction.app and api.77thjunction.app.

Branded URL not opening

  1. Use path backup: https://api.77thjunction.app/sites/{slug}
  2. Railway → Networking → *.77thjunction.app verified with SSL
  3. Registrar: CNAME * → Railway target, ACME + verify TXT
  4. Dashboard Domains → wait for DNS verified pill

Deploy failed

Read build logs in History. Common fixes: add missing env vars, run build locally first, ensure dist/ exists, check Node version in package.json engines.