1.0.13
2026-05-09
Released
fixed preview completion so projects are not marked ready until the public preview probe succeeds
added bounded public preview fetch timeouts so stuck TLS or proxy handshakes cannot leave deployments falsely complete
added workspace preview fallback when the deployment server or public preview is unreachable after generated files sync
routed fallback previews through the same-origin preview proxy and rewrote absolute asset URLs so generated apps load under the proxy path
rewrote fallback preview preload link headers so proxied Next.js assets load from the project preview route
stripped stale upstream encoding headers from proxied preview assets so browser stylesheets and scripts render correctly
passed each project's PostgreSQL connection into local fallback previews so persisted app data still uses the project database
normalized local fallback preview commands so Next.js scripts that already bind host and port do not receive incompatible duplicate flags
made fallback preview proxy requests restart the local preview process from the synced runtime when the web service has restarted
added remote SSH deploy connection and server-alive timeouts so an unhealthy deploy server cannot hang first-pass preview completion
made scheduled uptime checks attempt workspace preview fallback before leaving a running project with a dead preview URL