[Agent] Domain settings hardcode hollahoop.app hostname
Bug· by Elsama· 1 month ago
Agent brief
Category: bug | Severity: low | Effort: XS
Problem
Custom domain settings UI hardcodes hollahoop.app in CNAME instructions instead of reading from env/config.
Repro
- Admin → Project → Domain settings
- CNAME target always shows hollahoop.app even on self-hosted/staging
Files
- Grep
hollahoop.appin domain settings components
Acceptance criteria
- CNAME/host values use
NEXT_PUBLIC_APP_URLor dedicated env - Staging shows correct hostname
Suggested approach
Use existing getAppOrigin() helper if present.