mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #4997] [Bug] After updating to 0.5.3 many pages are showing AppFlowy Error #2226
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#2226
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 @plasticboy on GitHub (Mar 27, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4997
Bug Description
I updated to 0.5.3 using flathub and now when I open certain existing pages I get a couple different AppFlowy error messages. See screenshots.
How to Reproduce
Expected Behavior
Pages display existing content
Operating System
Ubuntu 22.04.4 LTS
AppFlowy Version(s)
0.5.3
Screenshots
Additional Context
Here's a bit of the log file that seems relevant:
{"msg":"[🟢 GET_DOCUMENT - START]","target":"flowy_document::manager","doc_id":"214ed608-0013-4bf8-9819-bb24177e87aa"} {"msg":"[GET_DOCUMENT - END]","target":"flowy_document::manager","doc_id":"214ed608-0013-4bf8-9819-bb24177e87aa","elapsed_milliseconds":0} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"flowy_folder::event_handler","target":"flowy_folder::event_handler","error":"RecordNotFound: View:cbcac4eb-c8f0-499b-9320-bd3aa8056533 is in trash"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"flowy_database2::event_handler","target":"flowy_database2::event_handler","error":"RecordNotFound: Record not found"} {"msg":"[🟢 GET_DOCUMENT - START]","target":"flowy_document::manager","doc_id":"214ed608-0013-4bf8-9819-bb24177e87aa"} {"msg":"[GET_DOCUMENT - END]","target":"flowy_document::manager","doc_id":"214ed608-0013-4bf8-9819-bb24177e87aa","elapsed_milliseconds":0} {"msg":"[🟢 GET_DOCUMENT - START]","target":"flowy_document::manager","doc_id":"aef2f7af-7925-450c-ba47-25610e91346c"} {"msg":"[GET_DOCUMENT - EVENT] request_id: \"d0dce181f21cd061772bc4cd9f6e293e\"","target":"client_api::http","doc_id":"aef2f7af-7925-450c-ba47-25610e91346c"} {"msg":"[GET_DOCUMENT - EVENT] flowy_document::manager","target":"flowy_document::manager","error":"InvalidParams: NoRequiredData","doc_id":"aef2f7af-7925-450c-ba47-25610e91346c"} {"msg":"[GET_DOCUMENT - END]","target":"flowy_document::manager","elapsed_milliseconds":874,"doc_id":"aef2f7af-7925-450c-ba47-25610e91346c"} {"msg":"flowy_document::event_handler","target":"flowy_document::event_handler","error":"InvalidParams: NoRequiredData"}@LucasXu0 commented on GitHub (Mar 27, 2024):
Hi, @plasticboy. Did you use the local mode?
@plasticboy commented on GitHub (Mar 27, 2024):
@LucasXu0 I may have started in local mode but I later signed in with my Google account and turned on Cloud Sync.
@LucasXu0 commented on GitHub (Mar 28, 2024):
@plasticboy Got it. Can you DM me your full log files on Discord (lucas_appflowy)?
@nullswordpgs commented on GitHub (May 28, 2024):
I'm having the same problem in 0.5.8 but weirdly enough it only happens with my databases

So far I looked into cache.db, the 2 flowy-database.db files present in the data folder, and 000004 files and I couldn't figure out by myself what is happening nor fix it myself.
Though I could confirm from the 000004 file that the data from the databases still there, maybe it just created assigned a new view id for the databases and now it doesn't find them even though they exist?
Additional information
It started happening after I turned on the Cloud Beta
I'm on Windows 11
Hopefully revelant logs from the most recent logfile