Manual steps after this code milestone:
- Confirm the GitHub repo and intended branch are the ones connected for the
StreamSuites-DeveloperPages project. - Create or connect the Cloudflare Pages project for this repo and publish from the repo root.
- Attach the custom domain
console.streamsuites.appto that Pages project. - Set
STREAMSUITES_API_ORIGIN=https://api.streamsuites.appin the Pages environment. - Verify the new public redirect from
https://streamsuites.app/requestslands onhttps://console.streamsuites.app/feedback. - Confirm
/login/renders as a static page on the published console and that legacy/auth/loginredirects there instead of falling into the/functions/authproxy. - Confirm
/login-success/renders as a static page and legacy/auth/successredirects there. - Confirm
/dashboard/,/reports/, and/keys/render inside the authenticated sidebar/topbar shell after sign-in. - Confirm
/feedback/,/beta/,/beta/apply/, and/reports/submit/render with the lighter standalone header rather than the authenticated shell. - Confirm legacy
/report/submitredirects to canonical/reports/submit/. - Confirm the runtime/Auth service already exposes the current intake endpoints before validating forms on the published console.
- Confirm
StreamSuites-Dashboardcan read the new admin intake endpoints from the same runtime/Auth origin.