Chrome 68: Network error synchronizing
See original GitHub issueSoftware versions
- Browser: Chromium 68.0.3440.75 (Official Build)
- Nextcloud: 13.0.4 (Snap)
- Nextcloud Bookmarks app: 0.11.0
- Floccus: 2.2.8, 3.0.0-beta5
Steps to reproduce
- Enter nc URL and credentials as prompted to create a new account
- Click “Sync Now”
Expected outcome
Bookmarks to be synchronized successfully
Actual outcome
Error message: Network error: Check your network connection and your account details
Checking the network requests in the development console, I see a long series of requests to https://<URL_REDACTED>/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1 with 302 result and finally a failure: net::ERR_TOO_MANY_REDIRECTS
Here is a relevant part of the console output:
Nextcloud.js:411 GET https://<URL_REDACTED>/index.php/apps/bookmarks/public/rest/v2/bookmark?page=-1 0 ()
Account.js:168 Error: Network error: Check your network connection and your account details
at NextcloudAdapter._callee14$ (Nextcloud.js:421)
at tryCatch (polyfill.js:6900)
at Generator.invoke [as _invoke] (polyfill.js:7138)
at Generator.prototype.(anonymous function) [as throw] (chrome-extension://djejpebekaoommcjfeaiipdikmdjkblg/dist/js/polyfill.js:6952:21)
at step (background-script.js:25144)
at background-script.js:25144
Account.js:170 Syncing failed with Network error: Check your network connection and your account details
If I clear browser cookies, the sync succeeds once and on the next and subsequent tries the same error occurs.
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (10 by maintainers)
Top Results From Across the Web
Chrome 68: Network error synchronizing · Issue #138 - GitHub
If I clear browser cookies, the sync succeeds once and on the next and subsequent tries the same error occurs. The text was...
Read more >Fix issues with sync in Chrome - Google Support
If sync turns off every time you close Chrome, you can change your settings. On your computer, open Chrome. At the top right,...
Read more >Chrome sync error requires frequent re-authentication and ...
Issue 152848: Chrome sync error requires frequent re-authentication and duplicates bookmarks · 1) Clear all my cookies · 2) In Google Dashboard, select...
Read more >How to fix Chrome Sync is Paused - YouTube
How to fix Chrome Sync is Paused. ... How to Fix "Your Connection is not Private" Error on Browsers? WindowsChimp. WindowsChimp.
Read more >How to Fix "Your Connection is Not Private" Error (18 Tips)
In Google Chrome if there is an issue validating the certificate the error will show as “your connection is not private” (as seen...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That worked for me, let me know when the beta is updated. 😃
On Wed, Aug 8, 2018 at 3:12 PM Marcel Klehr notifications@github.com wrote:
I’ve just released v2.2.9 which should fix this. (It was a spec change of the fetch API, introduced in Chrome 68)