Helloo. I'm currently going through the soroban hello-world quest on gitpod. When I try to deploy the contract with
soroban contract deploy --wasm target/wasm32-unknown-unknown/release/soroban_hello_world_contract.wasm
I get
error: jsonrpc error: Parse error: missing field transactionData at line 1 column 1248
I follow the instructions in the docs and also the videos (taking into account an apparent change of the command soroban deploy to soroban contract deploy since they were filmed).
Any help would be greatly appreciated!