1.4.2StashSync.app team1 min read

v1.4.2 — Middleware: Reserved Subdomain Exclusions

Fixes the middleware profile rewrite to skip reserved subdomains, preventing app routes from being incorrectly treated as user profile pages.

Fixed

  • Reserved subdomain handling: the middleware profile rewrite now correctly excludes reserved subdomains (e.g., www, api, app). Previously, requests to these subdomains could be mistakenly matched and rewritten as user profile page routes.