-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double Braces preventing note from syncing #8963
Comments
What WebDAV server is it? It means the server reports that the file is there when listing the files, but then doesn't return it when the app requests it. |
A local Caddy server using a Caddyfile: http://192.168.0.19:2019 {
encode zstd gzip
templates
root C:\Users\User\Documents\Joplin\Notes
basicauth bcrypt {
# password: password_goes_here
user_name_goes_here hash_goes_here
}
route {
webdav
file_server browse
}
} An example Caddy server's error output before and after:
I removed |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Environment
Joplin version:
2.12.18 (prod, win32)
Client ID: d270c794fd96441ca65d90ef059baa49
Sync Version: 3
Profile Version: 43
Keychain Supported: Yes
Revision: a0a4a81
Platforms:
OS specifics:
Steps to reproduce
Describe what you expected to happen
I was unable to see the note afterwards on any other device after the error happened. I tried clearing the note's contents and syncing again but the error wouldn't go away. I had to completely remove the note and sync all devices to completely flush out the problem.
Logfile
log_double_brace.txt
The text was updated successfully, but these errors were encountered: