Maintenance Window
Wednesday July 1st 2026, 09:37 – 12:46 UTC
The Appium Inspector feature, used during real device live testing sessions, became unavailable after a scheduled UI deployment. Users who attempted to use the feature during a live test were presented with a 500 error, disrupting their active testing session. Automated test pipelines were not affected.
A routine upgrade of a core frontend library introduced an incompatibility with the Appium Inspector's rendering logic. The previous library version tolerated the pattern, but the updated version did not. The issue was not caught before deployment due to insufficient end-to-end test coverage for this specific feature.
We rolled back the UI to the last known working version to restore the feature immediately, and then deployed a targeted fix for the incompatibility.
We are adding end-to-end test coverage for the Appium Inspector feature to ensure it is validated automatically before future deployments.