diff --git a/app/store/sync.ts b/app/store/sync.ts index 10f42ec3a..77d6ee78d 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -99,6 +99,7 @@ export const useSyncStore = createPersistStore( const client = this.getClient(); //console.log("===== accessStore", accessStore); + try { const remoteState = await client.get(config.username); if (!remoteState || remoteState === "") {