-
Sencha User
Answered: Sync store after login
If my localStorage is cleared or if I'm on a new device/browser and I attempt to login, then sync stores, the stores will not sync or load. I have to refresh the browser to get the stores to sync. I try to sync and load stores in the console and I'm getting the error code: NO_STORE_OWNER.
Also, if I have auto load set on the store, how come it doesn't seem to autoload after a sync? Thanks.
-
Best Answer Posted by
jason.cline
-
Sencha User
The sync stores need to wait to sync until there is a valid user.
When you declare the store set auto sync to false. And auto load to true as we demonstrate in the Todos example:
http://download.sencha.io/sencha-io-...store/Todos.js
The wait for the authorized to fire then sync the store:
http://download.sencha.io/sencha-io-...oller/Todos.js
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules