[GH-ISSUE #1544] WebDaV accessed only Firefoxe not in Chrome and Edge #1017

Closed
opened 2026-02-25 22:38:43 +03:00 by kerem · 5 comments
Owner

Originally created by @FWuch on GitHub (Feb 13, 2024).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1544

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
Originally created by @FWuch on GitHub (Feb 13, 2024). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1544 ### 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 - [x] I have provided a debug log file
Author
Owner

@github-actions[bot] commented on GitHub (Feb 13, 2024):

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 💙

<!-- gh-comment-id:1942862640 --> @github-actions[bot] commented on GitHub (Feb 13, 2024): Hello :wave: 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 :blue_heart:
Author
Owner

@marcelklehr commented on GitHub (Feb 14, 2024):

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
<!-- gh-comment-id:1943573990 --> @marcelklehr commented on GitHub (Feb 14, 2024): 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
Author
Owner

@github-actions[bot] commented on GitHub (Jun 7, 2024):

Hello 👋
This issue appears to have had no activity for 3 months. We cannot keep track of whether individual issues
have resolved themselves or still require attention without user interaction. We're thus adding the stale label to this issue to schedule
it for getting closed in 5 days time. If you believe this issue is still valid and should be fixed, you can add a comment
or remove the label to avoid it getting closed.

Cheers 💙

<!-- gh-comment-id:2153710965 --> @github-actions[bot] commented on GitHub (Jun 7, 2024): Hello :wave: This issue appears to have had no activity for 3 months. We cannot keep track of whether individual issues have resolved themselves or still require attention without user interaction. We're thus adding the stale label to this issue to schedule it for getting closed in 5 days time. If you believe this issue is still valid and should be fixed, you can add a comment or remove the label to avoid it getting closed. Cheers :blue_heart:
Author
Owner

@github-actions[bot] commented on GitHub (Jun 13, 2024):

This issue was closed because it has been stalled for 5 days with no activity.

<!-- gh-comment-id:2164202121 --> @github-actions[bot] commented on GitHub (Jun 13, 2024): This issue was closed because it has been stalled for 5 days with no activity.
Author
Owner

@github-actions[bot] commented on GitHub (Jun 14, 2025):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:2972032398 --> @github-actions[bot] commented on GitHub (Jun 14, 2025): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1017
No description provided.