question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Chrome 68: Network error synchronizing

See original GitHub issue

Software 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

  1. Enter nc URL and credentials as prompted to create a new account
  2. 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:closed
  • Created 5 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jlbprofcommented, Aug 8, 2018

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)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/marcelklehr/floccus/issues/138#issuecomment-411536555, or mute the thread https://github.com/notifications/unsubscribe-auth/AJS39SNNRFQstcuYCe6Tb3TPYv1beO6Rks5uO0YZgaJpZM4Vn23Y .

0reactions
marcelklehrcommented, Aug 8, 2018

I’ve just released v2.2.9 which should fix this. (It was a spec change of the fetch API, introduced in Chrome 68)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found