Taking you to secure signup…
App signup isn’t on this host
opcontrol.app serves marketing pages only. Account creation and Stripe checkout run on your
application deployment (the Vite dist URL).
Fix: In landing/app-config.js, set
OPCONTROL_SPA_ORIGIN to that HTTPS origin (e.g. your App Platform
*.ondigitalocean.app URL or app.opcontrol.app
once DNS points to the app). Redeploy this project, then open this link again.
If you see this after setting the URL, clear localStorage.opcontrol_app_origin
if it points at this marketing domain (it causes a redirect loop).
Temporary test: in the browser console run
localStorage.setItem('opcontrol_app_origin','https://YOUR-APP-ORIGIN'); location.reload()