Skip to main content

Maintenance Mode

Temporarily lock the app while you perform server updates, database migrations, or any work that should not be exposed to live users.

How to Enable

  1. Open your Admin Panel.
  2. Navigate to Settings → System Configure → Maintenance Mode tab.
  3. Toggle Maintenance Mode ON.
  4. Click Save.

Maintenance Mode

How It Works

  • While maintenance mode is ON, the app blocks normal navigation and shows a full-screen maintenance message on launch (and on any subsequent API call).
  • Users cannot browse properties, log in, or perform any action — they only see the maintenance screen until you turn it off.
  • Once you toggle maintenance mode OFF and save, the app resumes normally on the next launch / API refresh — no app update or republish is required.
tip

Use this whenever you need to push database changes, swap a payment gateway, or run admin-side migrations, so users don't hit half-broken states during the change window.