mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #8159] [Bug] Appflowy_web does not update Board pages on Self-hosted server #3606
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#3606
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 @aidhams on GitHub (Aug 7, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8159
Bug Description
I just recently setup Appflowy server locally. I noticed that when I create a Board page, using the client or the web client (appflowy_web), it can create the page. But I can only update the Board page on the server using the client. Using the web client updates it locally but does not propagate the update to the server.
Updated the local server with 'docker compose pull' and 'git pull' to get the latest version today and no changes to the behavior.
Is there a way to disable web client temporarily and force using the client? can I just stop appflowy_web ? Or trigger a periodic refresh? The lack of update collision detection is troubling.
How to Reproduce
Create a page of type Board using either the web or client. Update the Board page using the web client / web interface. Compare the Board page using the appflowy client app.
Expected Behavior
The expected behavior is that both the web client and the client app show the same version of the Board page. Updating a board that has been updated by another user should trigger a collision warning
Operating System
Windows
AppFlowy Version(s)
Docker images with Latest tag
Screenshots
No response
Additional Context
No response
@khorshuheng commented on GitHub (Aug 8, 2025):
Some clarification:
@annieappflowy commented on GitHub (Aug 15, 2025):
AppFlowy Web now supports real time sync. @aidhams , I'm closing the issue for now.