mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #6448] [Bug] Couldn't Sync #2846
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2846
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tahinli on GitHub (Oct 1, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6448
Originally assigned to: @LucasXu0 on GitHub.
Bug Description
Yesterday I was writing a document that includes code blocks and tables. It wasn't syncing properly. Whenever I want to export with html, markdown or even with publishing to website, it showed less then what I wrote. I also checked in my mobile and it was not fully synced there. I tried to closing and repopening sync feature in settings but it didn't solve. When I closed my document and opened again, I lost some of my writings and code blocks. I don't know why it happening but I just solved the problem by:
Copying text to somewhere else
close the document
reopen and reorganize and repaste it,
repeat until sync everything properly
How to Reproduce
I don't know what triggers the problem.
Expected Behavior
Syncing properly
Operating System
Fedora 40
AppFlowy Version(s)
0.7.0
Screenshots
No response
Additional Context
I think this must be considered
https://github.com/AppFlowy-IO/AppFlowy/issues/6192
Also there can be a button to trigger sync manually like force push.
@LucasXu0 commented on GitHub (Oct 2, 2024):
@Tahinli Could you attach your log files or send them to my email? Here's the guide on how to export them.
https://appflowy.com/ccf3ca5a-7ecd-4c35-805c-3a3c9c22e87d/AppFlowy-Q-A-9eeac747-8652-4849-b23f-c631504dcbee
@Tahinli commented on GitHub (Oct 3, 2024):
I think this is the right day :D
I hope there is no critical credential in the log. Since I'm not that expert of log file structure I'm not sure.
log.2024-10-01.txt
@Tahinli commented on GitHub (Oct 13, 2024):
This situation continuous on my mobile too. There is a problem that breaks my experience a lot.
@oaklsb commented on GitHub (Dec 14, 2024):
I like the app very much but I also have similar problems and it prevents us from using it effectively. Trying to collaborate with other users only seems to work when opening the same note at the same time. We can even see each others cursors which is nice but that not the most common use case for us at least. There should at least be a manual sync button in the client apps but ideally the detection and syncinf of changes should be improved.
@khorshuheng commented on GitHub (Dec 15, 2024):
We have deployed a fix last week (for the backend service), in which if a user open a document that was edited by another user which is no longer online, the document should be updated within a few seconds. Is the synchronization issue still happening for your case? And if so, could you give a brief description that allows us to reproduce the issue consistently?
@oaklsb commented on GitHub (Dec 15, 2024):
Hi thank you for the quick answer I am using the self hosted with iOS version
0.7.6. Does the server version also matter regarding the fix?@khorshuheng commented on GitHub (Dec 15, 2024):
Yes, the server version matters, because we fixed two bugs related to synchronization in version 0.8.2 and 0.8.6 of AppFlowy Cloud recently.
@oaklsb commented on GitHub (Dec 15, 2024):
Thank you I will check what version I have currently and update/re-test.