From 549938a87a0d95043115baf43626dbd265a20fef Mon Sep 17 00:00:00 2001 From: Felipe Forbeck Date: Fri, 20 Dec 2024 09:15:55 -0300 Subject: [PATCH] fix(w3up-client): authorize agent to use space --- packages/w3up-client/src/client.js | 3 +++ 1 file changed, 3 insertions(+) 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) }