[GH-ISSUE #4997] [Bug] After updating to 0.5.3 many pages are showing AppFlowy Error #2226

Closed
opened 2026-03-23 21:20:45 +00:00 by mirror · 4 comments
Owner

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

  1. Upgrade to 0.5.3
  2. Open several pages until you see error

Expected Behavior

Pages display existing content

Operating System

Ubuntu 22.04.4 LTS

AppFlowy Version(s)

0.5.3

Screenshots

Screenshot from 2024-03-27 06-19-20
Screenshot from 2024-03-27 06-21-52

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"}

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 1. Upgrade to 0.5.3 2. Open several pages until you see error ### Expected Behavior Pages display existing content ### Operating System Ubuntu 22.04.4 LTS ### AppFlowy Version(s) 0.5.3 ### Screenshots ![Screenshot from 2024-03-27 06-19-20](https://github.com/AppFlowy-IO/AppFlowy/assets/54499/cfd1f8b8-f2a9-49e2-b791-ce7385adfa2a) ![Screenshot from 2024-03-27 06-21-52](https://github.com/AppFlowy-IO/AppFlowy/assets/54499/cf4a0bb7-7902-4e20-8e84-2adb4fff02dc) ### 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"} `
Author
Owner

@LucasXu0 commented on GitHub (Mar 27, 2024):

Hi, @plasticboy. Did you use the local mode?

<!-- gh-comment-id:2022783255 --> @LucasXu0 commented on GitHub (Mar 27, 2024): Hi, @plasticboy. Did you use the local mode?
Author
Owner

@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.

<!-- gh-comment-id:2022961571 --> @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.
Author
Owner

@LucasXu0 commented on GitHub (Mar 28, 2024):

@plasticboy Got it. Can you DM me your full log files on Discord (lucas_appflowy)?

<!-- gh-comment-id:2024257318 --> @LucasXu0 commented on GitHub (Mar 28, 2024): @plasticboy Got it. Can you DM me your full log files on Discord (lucas_appflowy)?
Author
Owner

@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
image

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

{"msg":"get collab:workspace_id: 192bddd5-d9ab-4478-a551-f5e0f8b51072, object_id: 8dbccc4b-8367-5ee7-a548-b02f121a1d7b, collab_type: UserAwareness","time":"05-28 05:24:47","target":"client_api::native::http_native"}
{"msg":"[INITIALIZE - EVENT] Init folder from local disk","time":"05-28 05:24:47","target":"flowy_folder::manager_init","uid":331676400752791552,"workspace_id":"192bddd5-d9ab-4478-a551-f5e0f8b51072"}
{"msg":"[INITIALIZE - END]","time":"05-28 05:24:47","target":"flowy_folder::manager_init","elapsed_milliseconds":1,"uid":331676400752791552,"workspace_id":"192bddd5-d9ab-4478-a551-f5e0f8b51072"}
{"msg":"[INIT - EVENT] open aggregate database views object: e871deac-1665-4ea1-b16c-3fa832bf36c2","time":"05-28 05:24:47","target":"flowy_database2::manager"}
{"msg":"[INIT - END]","time":"05-28 05:24:47","target":"flowy_core","elapsed_milliseconds":354}
{"msg":"[Flutter]: Font family SF Mono is not available, using default font family instead","time":"05-28 05:24:47","target":"dart_ffi"}
{"msg":"[Flutter]: Font family SF Mono is not available, using default font family instead","time":"05-28 05:24:47","target":"dart_ffi"}
{"msg":"[🟢 TRY_INITIAL_USER_AWARENESS - START]","time":"05-28 05:24:47","target":"flowy_user::user_manager::manager_user_awareness"}
{"msg":"[Flutter]: Font family SF Mono is not available, using default font family instead","time":"05-28 05:24:47","target":"dart_ffi"}
{"msg":"[Flutter]: Font family SF Mono is not available, using default font family instead","time":"05-28 05:24:47","target":"dart_ffi"}
{"msg":"[Flutter]: [CachedRecentService] Initialized","time":"05-28 05:24:47","target":"dart_ffi"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:47","target":"flowy_user::user_manager::manager"}
{"msg":"[🟢 GET_PROFILE - START]","time":"05-28 05:24:47","target":"client_api::http"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:47","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:47","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[🟢 GET_WORKSPACES - START]","time":"05-28 05:24:47","target":"client_api::http"}
{"msg":"[Flutter]: init workspace, current workspace: 192bddd5-d9ab-4478-a551-f5e0f8b51072, workspaces: (192bddd5-d9ab-4478-a551-f5e0f8b51072), isCollabWorkspaceOn: true","time":"05-28 05:24:47","target":"dart_ffi"}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:24:48","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:24:48","target":"flowy_document::manager","elapsed_milliseconds":1,"doc_id":"b8780522-ba29-48df-90fd-3160cf884752"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:24:48","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:24:48","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0}
{"msg":"request_id: \"f5bfdcb24283e99ef4e6c34d3924d967\"","time":"05-28 05:24:48","target":"client_api::http"}
{"msg":"[GET_PROFILE - EVENT] request_id: \"f6f4c644b50e25c93cb4dcc29f7e5810\"","time":"05-28 05:24:49","target":"client_api::http"}
{"msg":"[GET_PROFILE - END]","time":"05-28 05:24:49","target":"client_api::http","elapsed_milliseconds":1196}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:49","target":"flowy_user::user_manager::manager","elapsed_milliseconds":1196}
{"msg":"[GET_WORKSPACES - EVENT] request_id: \"d39946028538d81dc1ca5a4d8c7a0bb9\"","time":"05-28 05:24:49","target":"client_api::http"}
{"msg":"[GET_WORKSPACES - END]","time":"05-28 05:24:49","target":"client_api::http","elapsed_milliseconds":1189}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:24:49","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:24:49","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0}
{"msg":"flowy_database2::event_handler","time":"05-28 05:24:49","target":"flowy_database2::event_handler","error":"RecordNotFound: \"The database for view id: 99df4632-0b0a-474c-a587-d72d93afc33e not found\""}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:49","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:49","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"flowy_database2::event_handler","time":"05-28 05:24:49","target":"flowy_database2::event_handler","error":"RecordNotFound: \"The database for view id: 99df4632-0b0a-474c-a587-d72d93afc33e not found\""}
{"msg":"flowy_database2::event_handler","time":"05-28 05:24:49","target":"flowy_database2::event_handler","error":"RecordNotFound: \"The database for view id: 957f3ddd-098a-4e0c-91be-b992d6576e14 not found\""}
{"msg":"request_id: \"c86bf477049f4f40a9915673ae239123\"","time":"05-28 05:24:51","target":"client_api::http"}
{"msg":"🔵websocket start connecting","time":"05-28 05:24:54","target":"client_api::native::retry"}
{"msg":"[websocket] state: Connecting","time":"05-28 05:24:54","target":"flowy_server::af_cloud::server"}
{"msg":"request_id: \"9f56ebcefe96d1aedad6f96ac5711f2b\"","time":"05-28 05:24:55","target":"client_api::http"}
{"msg":"🟢websocket connect success","time":"05-28 05:24:55","target":"client_api::native::retry"}
{"msg":"[websocket] state: Connected","time":"05-28 05:24:55","target":"flowy_server::af_cloud::server"}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:00","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:00","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager"}
{"msg":"[🟢 GET_PROFILE - START]","time":"05-28 05:25:00","target":"client_api::http"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:00","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:00","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0}
{"msg":"[GET_PROFILE - EVENT] request_id: \"ec5a8e4483424bd2ca8e135b4b30989d\"","time":"05-28 05:25:01","target":"client_api::http"}
{"msg":"[GET_PROFILE - END]","time":"05-28 05:25:01","target":"client_api::http","elapsed_milliseconds":419}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:01","target":"flowy_user::user_manager::manager","elapsed_milliseconds":419}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad","elapsed_milliseconds":0}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad"}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad","elapsed_milliseconds":0}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"request_id: \"179721445eb5de9cbc092c8f6fbec516\"","time":"05-28 05:25:04","target":"client_api::http"}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad"}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad","elapsed_milliseconds":0}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"b78d3250-3c1b-4c9c-a0c3-15bb14dde35b"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"b78d3250-3c1b-4c9c-a0c3-15bb14dde35b","elapsed_milliseconds":0}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager"}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"b78d3250-3c1b-4c9c-a0c3-15bb14dde35b"}
{"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:04","target":"flowy_document::manager","elapsed_milliseconds":0,"doc_id":"b78d3250-3c1b-4c9c-a0c3-15bb14dde35b"}
{"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:09","target":"flowy_user::user_manager::manager"}
{"msg":"[🟢 GET_PROFILE - START]","time":"05-28 05:25:09","target":"client_api::http"}
{"msg":"[GET_PROFILE - EVENT] request_id: \"53fa3e4fb9619445dd5d079c553f3a67\"","time":"05-28 05:25:09","target":"client_api::http"}
{"msg":"[GET_PROFILE - END]","time":"05-28 05:25:09","target":"client_api::http","elapsed_milliseconds":427}
{"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:09","target":"flowy_user::user_manager::manager","elapsed_milliseconds":427}
{"msg":"[🟢 GET_CLOUD_CONFIG_HANDLER - START]","time":"05-28 05:25:11","target":"flowy_user::event_handler"}
{"msg":"[GET_CLOUD_CONFIG_HANDLER - END]","time":"05-28 05:25:12","target":"flowy_user::event_handler","elapsed_milliseconds":895}
{"msg":"[🟢 USER_DIR - START]","time":"05-28 05:25:14","target":"flowy_user::user_manager::manager"}
{"msg":"[USER_DIR - END]","time":"05-28 05:25:14","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0}
{"msg":"[🟢 GET_WORKSPACE_MEMBERS - START]","time":"05-28 05:25:19","target":"client_api::http"}
{"msg":"[GET_WORKSPACE_MEMBERS - EVENT] request_id: \"141f6ee2271bab8c8aea9d02c57d1508\"","time":"05-28 05:25:20","target":"client_api::http"}
{"msg":"[GET_WORKSPACE_MEMBERS - END]","time":"05-28 05:25:20","target":"client_api::http","elapsed_milliseconds":406}
{"msg":"[🟢 USER_DIR - START]","time":"05-28 05:25:20","target":"flowy_user::user_manager::manager"}
<!-- gh-comment-id:2134696961 --> @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 ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/144389519/9386b1fe-223c-410c-b2ea-afc4c15b53d1) 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 ``` {"msg":"get collab:workspace_id: 192bddd5-d9ab-4478-a551-f5e0f8b51072, object_id: 8dbccc4b-8367-5ee7-a548-b02f121a1d7b, collab_type: UserAwareness","time":"05-28 05:24:47","target":"client_api::native::http_native"} {"msg":"[INITIALIZE - EVENT] Init folder from local disk","time":"05-28 05:24:47","target":"flowy_folder::manager_init","uid":331676400752791552,"workspace_id":"192bddd5-d9ab-4478-a551-f5e0f8b51072"} {"msg":"[INITIALIZE - END]","time":"05-28 05:24:47","target":"flowy_folder::manager_init","elapsed_milliseconds":1,"uid":331676400752791552,"workspace_id":"192bddd5-d9ab-4478-a551-f5e0f8b51072"} {"msg":"[INIT - EVENT] open aggregate database views object: e871deac-1665-4ea1-b16c-3fa832bf36c2","time":"05-28 05:24:47","target":"flowy_database2::manager"} {"msg":"[INIT - END]","time":"05-28 05:24:47","target":"flowy_core","elapsed_milliseconds":354} {"msg":"[Flutter]: Font family SF Mono is not available, using default font family instead","time":"05-28 05:24:47","target":"dart_ffi"} {"msg":"[Flutter]: Font family SF Mono is not available, using default font family instead","time":"05-28 05:24:47","target":"dart_ffi"} {"msg":"[🟢 TRY_INITIAL_USER_AWARENESS - START]","time":"05-28 05:24:47","target":"flowy_user::user_manager::manager_user_awareness"} {"msg":"[Flutter]: Font family SF Mono is not available, using default font family instead","time":"05-28 05:24:47","target":"dart_ffi"} {"msg":"[Flutter]: Font family SF Mono is not available, using default font family instead","time":"05-28 05:24:47","target":"dart_ffi"} {"msg":"[Flutter]: [CachedRecentService] Initialized","time":"05-28 05:24:47","target":"dart_ffi"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:47","target":"flowy_user::user_manager::manager"} {"msg":"[🟢 GET_PROFILE - START]","time":"05-28 05:24:47","target":"client_api::http"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:47","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:47","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[🟢 GET_WORKSPACES - START]","time":"05-28 05:24:47","target":"client_api::http"} {"msg":"[Flutter]: init workspace, current workspace: 192bddd5-d9ab-4478-a551-f5e0f8b51072, workspaces: (192bddd5-d9ab-4478-a551-f5e0f8b51072), isCollabWorkspaceOn: true","time":"05-28 05:24:47","target":"dart_ffi"} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:24:48","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:24:48","target":"flowy_document::manager","elapsed_milliseconds":1,"doc_id":"b8780522-ba29-48df-90fd-3160cf884752"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:48","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:24:48","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:24:48","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0} {"msg":"request_id: \"f5bfdcb24283e99ef4e6c34d3924d967\"","time":"05-28 05:24:48","target":"client_api::http"} {"msg":"[GET_PROFILE - EVENT] request_id: \"f6f4c644b50e25c93cb4dcc29f7e5810\"","time":"05-28 05:24:49","target":"client_api::http"} {"msg":"[GET_PROFILE - END]","time":"05-28 05:24:49","target":"client_api::http","elapsed_milliseconds":1196} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:49","target":"flowy_user::user_manager::manager","elapsed_milliseconds":1196} {"msg":"[GET_WORKSPACES - EVENT] request_id: \"d39946028538d81dc1ca5a4d8c7a0bb9\"","time":"05-28 05:24:49","target":"client_api::http"} {"msg":"[GET_WORKSPACES - END]","time":"05-28 05:24:49","target":"client_api::http","elapsed_milliseconds":1189} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:24:49","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:24:49","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0} {"msg":"flowy_database2::event_handler","time":"05-28 05:24:49","target":"flowy_database2::event_handler","error":"RecordNotFound: \"The database for view id: 99df4632-0b0a-474c-a587-d72d93afc33e not found\""} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:24:49","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:24:49","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"flowy_database2::event_handler","time":"05-28 05:24:49","target":"flowy_database2::event_handler","error":"RecordNotFound: \"The database for view id: 99df4632-0b0a-474c-a587-d72d93afc33e not found\""} {"msg":"flowy_database2::event_handler","time":"05-28 05:24:49","target":"flowy_database2::event_handler","error":"RecordNotFound: \"The database for view id: 957f3ddd-098a-4e0c-91be-b992d6576e14 not found\""} {"msg":"request_id: \"c86bf477049f4f40a9915673ae239123\"","time":"05-28 05:24:51","target":"client_api::http"} {"msg":"🔵websocket start connecting","time":"05-28 05:24:54","target":"client_api::native::retry"} {"msg":"[websocket] state: Connecting","time":"05-28 05:24:54","target":"flowy_server::af_cloud::server"} {"msg":"request_id: \"9f56ebcefe96d1aedad6f96ac5711f2b\"","time":"05-28 05:24:55","target":"client_api::http"} {"msg":"🟢websocket connect success","time":"05-28 05:24:55","target":"client_api::native::retry"} {"msg":"[websocket] state: Connected","time":"05-28 05:24:55","target":"flowy_server::af_cloud::server"} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:00","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:00","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager"} {"msg":"[🟢 GET_PROFILE - START]","time":"05-28 05:25:00","target":"client_api::http"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:00","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:00","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:00","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0} {"msg":"[GET_PROFILE - EVENT] request_id: \"ec5a8e4483424bd2ca8e135b4b30989d\"","time":"05-28 05:25:01","target":"client_api::http"} {"msg":"[GET_PROFILE - END]","time":"05-28 05:25:01","target":"client_api::http","elapsed_milliseconds":419} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:01","target":"flowy_user::user_manager::manager","elapsed_milliseconds":419} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752"} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"b8780522-ba29-48df-90fd-3160cf884752","elapsed_milliseconds":0} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad","elapsed_milliseconds":0} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad"} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:02","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad","elapsed_milliseconds":0} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:02","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"request_id: \"179721445eb5de9cbc092c8f6fbec516\"","time":"05-28 05:25:04","target":"client_api::http"} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad"} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"0e197a1e-a920-43bb-a5f0-d63fc31302ad","elapsed_milliseconds":0} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"b78d3250-3c1b-4c9c-a0c3-15bb14dde35b"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"b78d3250-3c1b-4c9c-a0c3-15bb14dde35b","elapsed_milliseconds":0} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager"} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:04","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[🟢 GET_DOCUMENT - START]","time":"05-28 05:25:04","target":"flowy_document::manager","doc_id":"b78d3250-3c1b-4c9c-a0c3-15bb14dde35b"} {"msg":"[GET_DOCUMENT - END]","time":"05-28 05:25:04","target":"flowy_document::manager","elapsed_milliseconds":0,"doc_id":"b78d3250-3c1b-4c9c-a0c3-15bb14dde35b"} {"msg":"[🟢 REFRESH_USER_PROFILE - START]","time":"05-28 05:25:09","target":"flowy_user::user_manager::manager"} {"msg":"[🟢 GET_PROFILE - START]","time":"05-28 05:25:09","target":"client_api::http"} {"msg":"[GET_PROFILE - EVENT] request_id: \"53fa3e4fb9619445dd5d079c553f3a67\"","time":"05-28 05:25:09","target":"client_api::http"} {"msg":"[GET_PROFILE - END]","time":"05-28 05:25:09","target":"client_api::http","elapsed_milliseconds":427} {"msg":"[REFRESH_USER_PROFILE - END]","time":"05-28 05:25:09","target":"flowy_user::user_manager::manager","elapsed_milliseconds":427} {"msg":"[🟢 GET_CLOUD_CONFIG_HANDLER - START]","time":"05-28 05:25:11","target":"flowy_user::event_handler"} {"msg":"[GET_CLOUD_CONFIG_HANDLER - END]","time":"05-28 05:25:12","target":"flowy_user::event_handler","elapsed_milliseconds":895} {"msg":"[🟢 USER_DIR - START]","time":"05-28 05:25:14","target":"flowy_user::user_manager::manager"} {"msg":"[USER_DIR - END]","time":"05-28 05:25:14","target":"flowy_user::user_manager::manager","elapsed_milliseconds":0} {"msg":"[🟢 GET_WORKSPACE_MEMBERS - START]","time":"05-28 05:25:19","target":"client_api::http"} {"msg":"[GET_WORKSPACE_MEMBERS - EVENT] request_id: \"141f6ee2271bab8c8aea9d02c57d1508\"","time":"05-28 05:25:20","target":"client_api::http"} {"msg":"[GET_WORKSPACE_MEMBERS - END]","time":"05-28 05:25:20","target":"client_api::http","elapsed_milliseconds":406} {"msg":"[🟢 USER_DIR - START]","time":"05-28 05:25:20","target":"flowy_user::user_manager::manager"} ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2226
No description provided.