Live status of ViibeStack's own platform systems.
Fixed a deploy failure affecting any app with environment variables or secrets configured: the platform's own deploy pipeline was calling a wrangler CLI feature that does not exist for our infrastructure. Deploys with configured secrets/env vars should now succeed.
Fixed a deploy failure affecting any app with environment variables or secrets configured: the platform's own deploy pipeline was calling a wrangler CLI feature that does not exist for our infrastructure. Deploys with configured secrets/env vars should now succeed.
Fixed two build-failure cases affecting the CRM builder (Template Builder V2): missing multi-language support package, and a stale package version during the build's own self-check step. Newly started CRM builds should no longer hit either failure.
Fixed two build-failure cases affecting the CRM builder (Template Builder V2): missing multi-language support package, and a stale package version during the build's own self-check step. Newly started CRM builds should no longer hit either failure.
Fixed an intermittent sign-out bug affecting apps with real user accounts: users could occasionally get logged out even with a valid session, caused by a race condition when a page checked login status from more than one place at once. Resolved in @viibestack/ui 0.6.5.
@viibestack/ui 0.6.2 had a build-breaking duplicate export that affected any app running npm install @viibestack/ui@latest. Fixed in 0.6.3, published and live.
A follow-on fix for the previous build-configuration issue introduced a new edge case that broke a different set of builds. Fixed and deployed.
A version mismatch briefly caused some app builds to fail to install dependencies. Fixed.
Some app builds failed after a dependency fix exposed a follow-on build configuration gap. Fixed.
A small number of CRM app builds failed to deploy due to a missing dependency and a code-generation mistake. Fixed.