diff --git a/packages/w3up-client/src/client.js b/packages/w3up-client/src/client.js index 31874e64c..9402c5bdd 100644 --- a/packages/w3up-client/src/client.js +++ b/packages/w3up-client/src/client.js @@ -332,6 +332,9 @@ export class Client extends Base { ] } + // Save the space to authorize the client to use the space + await space.save() + for (const serviceConnection of authorizeGatewayServices) { await authorizeContentServe(this, space, serviceConnection) }