[GH-ISSUE #1311] floccus of mobile version cant acquire webdav for IIS7 #871

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

Originally created by @pisice on GitHub (Jan 5, 2023).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1311

Which version of floccus are you using?

v4.17.0 for ios 16.2 & v4.18.0 for Android

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.

floccus v4.18.0 for Android Mi9 & floccus v4.17.0 for ios 16.2 iphone 12 pro

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

no

Which version of Nextcloud? (if relevant)

no

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

windows 7 professional service pack 1

IIS 7

Describe the Bug

My floccus for Android or  ios 16.2 cant acquire my bookmarks . My bookmarks at my web server . The server is IIS7 for windows 7 .
But my browser can acquire my bookmarks , no problem.
WHY ?

log:
2023-01-05T09:14:21.942Z Starting sync process for account xxx@xxx.xxx
2023-01-05T09:14:21.948Z onSyncStart: begin
2023-01-05T09:14:21.949Z https://xxx.xxx:xxx/bookmarks.xbel.lock
2023-01-05T09:14:22.024Z https://xxx.xxx:xxx/bookmarks.xbel.lock
2023-01-05T09:14:22.097Z onSyncStart: completed
2023-01-05T09:14:22.100Z Using "merge default" strategy (no cache available)
2023-01-05T09:14:22.101Z { localTreeRoot:
+ #0[root] parentId: undefined, hash: undefined
,
serverTreeRoot:
+ #0[root] parentId: undefined, hash: undefined
,
cacheTreeRoot:
+ #0[undefined] parentId: undefined, hash: undefined
}
2023-01-05T09:14:22.103Z { localDiff: [], serverDiff: [] }
2023-01-05T09:14:22.103Z { localPlan: [], serverPlan: [] }
2023-01-05T09:14:22.104Z Checking failsafe: 0/0=NaN
2023-01-05T09:14:22.104Z { reorderings: [] }
2023-01-05T09:14:22.104Z { reorderings: [] }
2023-01-05T09:14:22.108Z onSyncComplete
2023-01-05T09:14:22.108Z No changes to the server version necessary
2023-01-05T09:14:22.126Z Successfully ended sync process for account xxx@xxx.xxx

微信图片_20230105220333

微信图片_20230105220458

微信图片_20230105220522

微信图片_20230105220814

微信图片_20230105221115

微信图片_20230105221625

Expected Behavior

My floccus for Android or ios 16.2 can acquire my bookmarks .

To Reproduce

100

Debug log provided

  • I have provided a debug log file
Originally created by @pisice on GitHub (Jan 5, 2023). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1311 ### Which version of floccus are you using? v4.17.0 for ios 16.2 & v4.18.0 for Android ### 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. floccus v4.18.0 for Android Mi9 & floccus v4.17.0 for ios 16.2 iphone 12 pro ### Which version of Nextcloud Bookmarks are you using? (if relevant) no ### Which version of Nextcloud? (if relevant) no ### What kind of WebDAV server are you using? (if relevant) windows 7 professional service pack 1 IIS 7 ### Describe the Bug My floccus for Android or ios 16.2 cant acquire my bookmarks . My bookmarks at my web server . The server is IIS7 for windows 7 . But my browser can acquire my bookmarks , no problem. WHY ? log: 2023-01-05T09:14:21.942Z Starting sync process for account xxx@xxx.xxx 2023-01-05T09:14:21.948Z onSyncStart: begin 2023-01-05T09:14:21.949Z https://xxx.xxx:xxx/bookmarks.xbel.lock 2023-01-05T09:14:22.024Z https://xxx.xxx:xxx/bookmarks.xbel.lock 2023-01-05T09:14:22.097Z onSyncStart: completed 2023-01-05T09:14:22.100Z Using "merge default" strategy (no cache available) 2023-01-05T09:14:22.101Z { localTreeRoot: + #0[root] parentId: undefined, hash: undefined , serverTreeRoot: + #0[root] parentId: undefined, hash: undefined , cacheTreeRoot: + #0[undefined] parentId: undefined, hash: undefined } 2023-01-05T09:14:22.103Z { localDiff: [], serverDiff: [] } 2023-01-05T09:14:22.103Z { localPlan: [], serverPlan: [] } 2023-01-05T09:14:22.104Z Checking failsafe: 0/0=NaN 2023-01-05T09:14:22.104Z { reorderings: [] } 2023-01-05T09:14:22.104Z { reorderings: [] } 2023-01-05T09:14:22.108Z onSyncComplete 2023-01-05T09:14:22.108Z No changes to the server version necessary 2023-01-05T09:14:22.126Z Successfully ended sync process for account xxx@xxx.xxx ![微信图片_20230105220333](https://user-images.githubusercontent.com/23545791/210798192-886af4b6-9305-4d50-84c8-9ea450277ac8.jpg) ![微信图片_20230105220458](https://user-images.githubusercontent.com/23545791/210798527-6158a325-8420-47bb-97ed-dfd9616443be.png) ![微信图片_20230105220522](https://user-images.githubusercontent.com/23545791/210798731-70d65c1e-de62-47f1-8020-b7606e3594ff.jpg) ![微信图片_20230105220814](https://user-images.githubusercontent.com/23545791/210799858-58d6e0da-5bd0-4242-9067-b144b5771808.png) ![微信图片_20230105221115](https://user-images.githubusercontent.com/23545791/210799884-58bb4193-a5f3-4087-95f5-9b5f83ac2447.png) ![微信图片_20230105221625](https://user-images.githubusercontent.com/23545791/210800815-01447937-ea88-4f56-8e77-6a36931b8a95.png) ### Expected Behavior My floccus for Android or ios 16.2 can acquire my bookmarks . ### To Reproduce 100 ### Debug log provided - [X] I have provided a debug log file
kerem 2026-02-25 22:38:20 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@pisice commented on GitHub (Jan 7, 2023):

Thank you ! I solved the problem. add IIS7 MIME type.

<!-- gh-comment-id:1374365791 --> @pisice commented on GitHub (Jan 7, 2023): Thank you ! I solved the problem. add IIS7 MIME type.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 8, 2024):

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:1880267434 --> @github-actions[bot] commented on GitHub (Jan 8, 2024): 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#871
No description provided.