Weekly Patch - March 1, 2026
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:
- Navigate to your account's API Key Management page.
- Confirm the page loads without any errors.
- 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:
- Open an unpublished survey in a program with a large tester group.
- Navigate to the form view.
- 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:
- Go to a user profile and open the address fields.
- Enter a UK address and select **England** (or any sub-region) from the Region dropdown.
- Save the profile, then reopen it — the region should now show exactly what you selected.
- Check reporting to confirm the region is displaying correctly there too.