Loading
Update deploy configs, auth-svc redirect caching, sandbox-ctrl active scenario...
Update deploy configs, auth-svc redirect caching, sandbox-ctrl active scenario fallback, and Tilt trigger modes * meepctl: Fix the double-quoting issue on 'force-ssl-redirect' annotation during deployment, enabling proper HTTP to HTTPS redirection when 'https-only' is configured. * auth-svc: Implement redirection state cache during OAuth flows to handle browser cookie validation, and improve sandbox cleanup logs on logout. * sandbox-ctrl: Modify active scenario retrieval to return a 200 OK JSON response signaling 'inactive' state when no scenario is running, instead of throwing an HTTP 404, allowing the client-side frontend to differentiate between an inactive scenario and an API connection error. * Tiltfile: Change trigger mode from AUTO to MANUAL for core apps to prevent automatic rebuild/redeploy cycles on minor file changes, optimizing development iterations.