"Field ‘workDir’ is not writable" error when resuming a pipeline

I am trying to resume a Seqera Platform Run on a different AWS compute environment (switching from spot to on-demand instances). However, clicking “Launch” results in the following error:

Field 'workDir' is not writable: unset or use previous value

I did not change the workDir parameter, and both compute environments use the same pipeline work directory. Both compute environments were created using Seqera Platform, using the same IAM user.

Seqera Platform: Version 24.3.0-cycle3_58b72a7
User role: Ownwer
nf-core-bacass: Version 2.3.1

Actually, Seqera Platform changes the working directory when I change compute environments.

When I click “Resume”, the correct work directory is selected:

When I switch to the on-demand environment, the work directory changes:

I tried passing the correct work directory via the Nextflow config file under “Advanced options”, but received the same error.