floccusaddon/floccus

WebDaV accessed only Firefoxe not in Chrome and Edge

Opened this issue · 2 comments

Which version of floccus are you using?

Firefox 5.0.8, Chrome 5.0.9, Edge 5.0.9

Sync method

WebDAV

Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.

Firefox 122.0.1, Chrome 121.0.6167.185, Edge 121.0.2277.112 ( all 64-Bit)

Which version of Nextcloud Bookmarks are you using? (if relevant)

No response

Which version of Nextcloud? (if relevant)

No response

What kind of WebDAV server are you using? (if relevant)

Qnap

Describe the Bug

The connection to the server is established via Firefox
Protokoll Firefox
2024-02-13T22:40:18.192Z Starting sync process for account franz@wfq.myqnapcloud.com
2024-02-13T22:40:18.226Z onSyncStart: begin
2024-02-13T22:40:18.227Z https://000.myqnapcloud.com:5001/Lesezeichen_Franz/bookmarks.xbel.lock
2024-02-13T22:40:18.250Z https://000.myqnapcloud.com:5001/Lesezeichen_Franz/bookmarks.xbel.lock
2024-02-13T22:40:18.320Z onSyncStart: completed
2024-02-13T22:40:18.326Z Using "default" strategy

Error with Chrome and Edge
Protokoll Chrome and Edge
2024-02-13T23:39:21.515Z Starting sync process for account franz@000.myqnapcloud.com
2024-02-13T23:39:21.540Z onSyncStart: begin
2024-02-13T23:39:21.543Z https://000.myqnapcloud.com:5001/Lesezeichen_Franz/bookmarks.xbel.lock
2024-02-13T23:39:21.556Z Error Caught
2024-02-13T23:39:21.557Z [TypeError: Failed to fetch]
2024-02-13T23:39:21.560Z Syncing failed with E017: Network error: Check your network connection and your account details
2024-02-13T23:39:21.564Z onSyncFail

Expected Behavior

Connection as in Firefox

To Reproduce

look

Debug log provided

  • I have provided a debug log file

Hello 👋

Thank you for taking the time to open this issue with floccus. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and I created floccus and have been maintaining it ever since.
I currently work for Nextcloud which leaves me with less time for side projects like this one
than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself.

I look forward to working with you on this issue
Cheers 💙

Huh, this is interesting!

Can you try the following?

Firefox

  • Go to about:debugging
  • go to "This firefox"
  • click on Inspect button next to floccus entry
  • go to the network tab in the inspector
  • trigger a sync by clicking on sync now for the account of your choice.
  • check the failing network requests

Chrome

  • Go to chrome://extensions
  • enable Developer mode
  • click on dist/html/background.html button in floccus' entry next to "Inspect views: "
  • go to the network tab in the inspector window
  • trigger a sync by clicking on sync now for the account of your choice
  • check the failing network requests