Support Center

Beta Platform Availability

You may occasionally see a "Temporarily Offline" page when visiting beta.mallnline.com or any other beta address. This isn't an error you've caused — it's the beta environment briefly catching its breath. This article explains what's happening, when it's expected, and how you can tell the platform is back online.

Beta is where new Mallnline features go through their final round of polish before reaching everyone. Because it's a pre-release surface, it occasionally restarts for updates or maintenance, which is by design and never affects your live Malet, uCart, or account profile.


What "Temporarily Offline" Means

When you see this screen:

🔧 Temporarily Offline

The Mallnline beta platform is currently unreachable. This usually means a maintenance window or infrastructure restart is in progress.

🟡 Checking connection...

It means the beta site you're visiting is briefly unreachable — usually because:

  • A new build is being deployed
  • Internal services are restarting
  • Network connectivity between platform components has briefly dropped

The page is intentionally lightweight, doesn't try to load any of your data, and will not impact anything you've saved.

NOTE

This page only appears on beta-*.mallnline.com addresses. The production Mallnline experience — your real Malet, real Murchases, real account — runs on a separate, always-on environment that doesn't share this fallback.


When You Might See It

Beta downtime is brief, usually under 60 seconds, and most often happens during:

Cause Typical duration Frequency
Routine deploy of new features into beta 30–90 seconds Multiple times per day during active development
Backend service restart (one of the 30+ services restarts independently) 10–30 seconds for that one feature A few times per week
Maintenance window (database upgrades, schema migrations) 5–15 minutes Once every few weeks
Operator workstation offline (development machine taking the network for a moment) 1–10 minutes Rare

Production never enters this state — it's served by a different, redundant infrastructure tier.


Which Subdomains Are "Beta"

Anything that starts with beta- (or is just beta.mallnline.com) is part of the beta environment. The most common ones you might encounter:

URL What it is
beta.mallnline.com The main Mallnline experience, beta tier
beta-dev.mallnline.com The Developer Portal under test
beta-support.mallnline.com The Support Center under test (the article you're reading lives here in production)
beta-grafana.mallnline.com Internal performance dashboards — administrators only
beta-glitchtip.mallnline.com Internal crash reports — administrators only

If you visit one of the admin-only subdomains and aren't a platform administrator, you'll see a sign-in screen rather than the "Temporarily Offline" page.


How to Tell If Beta Is Back

The fastest way is to just refresh — most beta outages clear themselves within a minute. If you're refreshing repeatedly and still seeing the offline page after 5 minutes, you can check whether the issue is environment-wide or specific to one feature:

  1. Try a sibling URL. If beta.mallnline.com is down but beta-support.mallnline.com loads, the problem is one specific feature — most operators will already be on it.
  2. Check production. If you can reach mallnline.com (no beta prefix), production is unaffected. Anything you've actually purchased or set up there is safe.
  3. Administrators: open the Platform Health dashboard in The Tower — it shows the real-time status of every service powering beta.

TIP

If you're testing a beta feature with a Mallnline team member and they ask you to "try again in a minute," the "Temporarily Offline" page is almost always why.


What Beta Outages Don't Affect

Beta is completely isolated from production. None of the following are touched when beta restarts:

  • ✅ Your live Malet and its Murchases
  • ✅ Your account, profile, and login session on mallnline.com
  • ✅ uChat conversations
  • ✅ Anything you've ever bought or sold

Beta runs against its own databases, its own caches, and its own deployment pipeline. A beta restart can't reach your real data even if it tried.


Frequently Asked Questions

I keep getting the "Temporarily Offline" page — is something wrong with my account? No. The page has nothing to do with your account and shows the same way to everyone visiting at the same moment. If it persists for more than 10 minutes, contact Mallnline Support so we can confirm the platform team is aware.

Will the beta version ever replace the production site? Indirectly, yes — features tested on beta eventually graduate to production once they're stable. But the URLs stay separate, and a graduation never causes downtime on production.

Why don't I see this page on mallnline.com? Production runs on a redundant infrastructure tier with no single point of failure. The "Temporarily Offline" fallback exists specifically because beta runs on a leaner setup so the team can iterate fast. The trade-off is intentional.

Is my uCart safe if beta goes offline while I'm shopping there? Beta's uCart is a separate test cart from production. If you're shopping on mallnline.com, your uCart is untouched. If you're testing on beta.mallnline.com, your beta uCart state is restored as soon as beta comes back — your draft items aren't lost.

Can I get notified when beta is back? Not yet. Refreshing every minute or two is the current best approach. A status page is on the roadmap.


NOTE

For Developers: See Hybrid Staging Infrastructure for the technical architecture — the reverse SSH tunnels, NGINX relay, and Let's Encrypt setup that produce this fallback experience.