Weekly Patch - March 1, 2026
🐞 Bug Fixes 🐞
Integrations
API Key Page Loading Error Fixed
What we fixed: Some accounts were hitting a bomb error when navigating to the API Key Management page — the page just wouldn't load at all. We tracked it down and patched the underlying cause so the page opens cleanly again.
See it in action:
1. Navigate to your account's API Key Management page.
2. Confirm the page loads without any errors.
3. Create, view, or revoke keys as normal — all good! 🎉
Form Engine & Custom Surveys
Unpublished Surveys No Longer Time Out for Large Programs
What we fixed: If you had an unpublished survey that a large number of testers had access to, loading the form view could get really slow — or even bomb out entirely. We optimized the query behind the scenes so it's no longer doing unnecessary work for surveys that haven't been published yet.
See it in action:
1. Open an unpublished survey in a program with a large tester group.
2. Navigate to the form view.
3. Confirm the page loads quickly without any timeout or bomb errors.
Miscellaneous
Address Region Now Saves Correctly for UK (and Similar Countries)
What we fixed: When manually entering an address for countries that use sub-regions (like the UK), selecting a region and saving wasn't sticking. Even worse, the saved data was sometimes showing a completely wrong region in reporting. We've fixed both the save behavior and cleaned up any bad data left behind.
See it in action:
1. Go to a user profile and open the address fields.
2. Enter a UK address and select **England** (or any sub-region) from the Region dropdown.
3. Save the profile, then reopen it — the region should now show exactly what you selected.
4. Check reporting to confirm the region is displaying correctly there too.