diff --git a/packages/w3up-client/src/client.js b/packages/w3up-client/src/client.js index f19dc452b..0debc088a 100644 --- a/packages/w3up-client/src/client.js +++ b/packages/w3up-client/src/client.js @@ -329,6 +329,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) }