mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #8004] [Bug] Cloud sync not working #3491
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#3491
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 @HrisD9823 on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8004
Bug Description
When I work on a shared draft to another pc, the sync is not working, what we have to do is, goto -> settings -> cloud settings -> toggle "Enable sync" -> restart and do that again with turning the "Enable sync" back to on and then restart once again and the sync is working for an hour and then stops, its not syncing constantly on change.
How to Reproduce
goto -> settings -> cloud settings -> toggle "Enable sync" -> restart and do that again with turning the "Enable sync" back to on and then restart once again
Expected Behavior
not to have to restart it everyday
Operating System
mac
AppFlowy Version(s)
0.9.1
Screenshots
No response
Additional Context
No response
@LucasXu0 commented on GitHub (May 30, 2025):
Hi @HrisD9823, can you share the log files from the PC that has the sync issue? You can export them from the settings page.
@HrisD9823 commented on GitHub (May 30, 2025):
appflowy_logs.zip
@slinky34 commented on GitHub (Jun 28, 2025):
im having a similar issue. Attaching my logs
Im running docker through a prxmox container on debian
appflowy_logs.zip
@micahlt commented on GitHub (Jul 1, 2025):
I'm having the same issue here, too. In my instance, clearing the cache of the app was the only thing that would help. My server is running on Docker on Ubuntu.
appflowy_logs.zip
@khorshuheng commented on GitHub (Jul 2, 2025):
If clearing the cache is the only way that the cloud sync would work, and you are using self hosted server, chances are, there is some issue with websocket connection. Especially if you are using another nginx in front of our docker compose and didn't set the configuration for allow connection upgrade.
@micahlt commented on GitHub (Jul 2, 2025):
Interesting, okay. I'll look into it. Thanks!
@theadley commented on GitHub (Jul 7, 2025):
I run nginx proxy manager and had a similar issue and ended up needing to use the external proxy config with minor tweaks.
I followed this FR comment for ideas to get NPM working well and then made the following updates within the root directory of the Appflowy-Cloud repo:
docker-compose.yml
./external_proxy_config/nginx/appflowy.site.conf