block release fails with "This request cannot be performed when sandboxing is enabled" while App Sandbox is active
We're building a CLI-based Interface Extension (Custom Element) and have App Sandbox enabled on our base. Trying to release the extension to the production base with block release fails every time with:
❌ Airtable server returned an error.
This request cannot be performed when sandboxing is enabled.
Code: airtableApiUnexpectedError
This happens consistently, regardless of PAT re-auth (block set-api-key) or a clean block run locally — the extension bundles and would upload fine otherwise.
We also tried releasing directly against the Sandbox base's own base ID (using a named remote via block add-remote, same block ID as production), which instead returns a 422 with {"error": {"type": "FAILED_STATE_CHECK"}}.
So right now, with App Sandbox enabled, we can't release the extension to either the production base or the sandbox base via the CLI. Is this expected behavior — i.e., does block release need to wait until Sandbox is disabled before it will run — or is this a bug?
