Fix

Creating a workspace and renaming things works again

Creating a workspace failed with a server error, and renaming your account, your workspace or a job quietly refused to save. All four now do what they say.

Creating a workspace from Settings returned a server error instead of a workspace. The same underlying mistake — a form field being read as a list of values rather than the single value you typed — also broke every small rename in the product.

What's fixed#

  • Create workspace (Settings → Workspace) now succeeds, with or without a custom name.
  • Your name (Settings → Account) saves instead of erroring.
  • Renaming a workspace saves the new name.
  • Renaming a job no longer rejects a valid title as "too short".

Names are also trimmed now, so a stray leading space no longer becomes part of the saved name, and a workspace created with a blank name falls back to your account name as it always did.