Relayfile dashboard configuration required
This page expects public relayfile connection settings so it can load workspace data from the browser.
Missing environment variables
Set a public base URL, token, and at least one workspace id before loading the dashboard.
Expected variables
NEXT_PUBLIC_RELAYFILE_BASE_URL=http://localhost:8080 NEXT_PUBLIC_RELAYFILE_TOKEN=dev-token NEXT_PUBLIC_RELAYFILE_WORKSPACE_ID=default # Optional: comma-separated list for the selector NEXT_PUBLIC_RELAYFILE_WORKSPACE_IDS=default,staging,production