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): point both halves of a preview's account link at one SaaS
The browser read VITE_SAAS_API_URL from a variable while the backend kept its
compiled-in default, so the two could name different SaaS deployments - or the
frontend none at all while the log said "configured". Resolve one base and hand
it to both, with the prod default as the fallback, which also makes the variable
an optional override rather than something that has to be set.
Metering stated off: previews point at prod, and accrual there would spend a
real wallet. The 402 gate is independent of it and stays on.
0 commit comments