Release 1.65.14

Release date: May 15, 2026

Release Notes - Seatmap Platform

Version 1.65.14 - 2026-05-15

Release Focus: Editor hotfix that releases stale sessionStorage locks when the editor is launched via an SSO autologin URL, so a previously-abandoned tab doesn’t block the new sign-in.


What’s Fixed

Stale sessionStorage lock no longer blocks SSO autologin

The editor uses a sessionStorage flag to prevent two tabs from racing the same authentication exchange. If the previous tab was force-closed mid-flow (lid closed, browser crash), the flag could persist and cause the next SSO autologin URL to fail with no visible recovery path. The editor now detects an SSO autologin URL on load and unlocks the flag before initiating the auth exchange. Issue: SEAT-992.

Who benefits

Anyone landing in the editor from an SSO autologin URL after a previously-abandoned session — most commonly happens on locked workstations and the Facebook in-app browser.


Affected products

  • editor-client — auth bootstrap path.

Upgrade

Drop-in patch release. No API or configuration changes.