You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): do not point a preview's portal reads at an unconfirmed base
The backend's saas-base-url default is https://stirling.com/app, a subpath URL
nobody has confirmed answers /api/v1, and prod CORS lists three named origins
that do not include preview hostnames. Handing that to VITE_SAAS_API_URL would
trade today's clean "not configured" portal state for 404s or a CORS wall.
The browser now gets a base only from the explicit variable, so the two halves
still move together when it is set, and previews link without it.
0 commit comments