Problem Symptoms:
Your account isn't syncing new data and the sync state of your account shows "stopped".
Description:
An account can be manually stopped via one of the following two methods:
1. From the dashboard by the "Pause Sync" or the "Delete account" button.
2. By calling /revoke-all, /delete, /downgrade API calls.
Resolution:
From the dashboard:
- If there is a "Retry Sync" button on the account details page on the dashboard, click the "Retry sync" button. If this doesn't help go to step 2.
- Check the API calls made for that account on the dashboard. Look for /revoke-all, /delete, /downgrade API calls.
- If a /downgrade call has been made, search for /upgrade.
If /upgrade is NOT found, call it using this API code - If /revoke-all is called. Check if a valid token was passed with the request. See this example.
If NOT, ask the user to re-authenticate. - If a /delete is called, ask the user to re-authenticate.
- If a /downgrade call has been made, search for /upgrade.
Resources:
Troubleshooting why an account has stopped or invalid
Updated
Comments
0 comments
Please sign in to leave a comment.