[GH-ISSUE #8139] [Bug] Appflowy on Manjaro not opening after working on a Windows Machine #3591

Closed
opened 2026-03-23 21:31:37 +00:00 by mirror · 1 comment
Owner

Originally created by @mrozmt on GitHub (Jul 26, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8139

Bug Description

I was working on a Windows Machine and the data is set to automatically sync with the cloud. When I went to continue work on AppFlowy using Linux Manjaro, AppFlowy just starts and closes immediately. I tried to run it using console and I got the following output:

{"msg":"[Flutter]: init workspace, current workspace: 35a126ef-4799-48f7-b489-08e1285932b0, workspaces: (35a126ef-4799-48f7-b489-08e1285932b0), isCollabWorkspaceOn: true","time":"07-26 10:26:13","target":"dart_ffi"}
{"msg":"[🟢 GET_WORKSPACES_OPT - START]","time":"07-26 10:26:13","target":"client_api::http"}
{"msg":"[🟢 GET_ALL_VIEWS_WITH_PERMISSION_HANDLER - START]","time":"07-26 10:26:13","target":"flowy_folder::event_handler"}
{"msg":"[GET_ALL_VIEWS_WITH_PERMISSION_HANDLER - END]","time":"07-26 10:26:13","target":"flowy_folder::event_handler"}
{"msg":"[🟢 GET_ALL_VIEWS_WITH_PERMISSION_HANDLER - START]","time":"07-26 10:26:13","target":"flowy_folder::event_handler"}
{"msg":"[GET_ALL_VIEWS_WITH_PERMISSION_HANDLER - END]","time":"07-26 10:26:13","target":"flowy_folder::event_handler"}
{"msg":"[🟢 GET_WORKSPACE_USAGE - START]","time":"07-26 10:26:13","target":"flowy_user::user_manager::manager_workspace"}
{"msg":"[🟢 GET_WORKSPACE_USAGE - START]","time":"07-26 10:26:13","target":"flowy_user::user_manager::manager_workspace"}
{"msg":"[🟢 GET_WORKSPACE_SUBSCRIPTION_INFO - START]","time":"07-26 10:26:13","target":"flowy_user::user_manager::manager_workspace"}
2025-07-26 10:26:13 WARN client_api::http_billing: std::env::var(APPFLOWY_CLOUD_BASE_BILLING_URL): environment variable not found
at /home/runner/.cargo/git/checkouts/appflowy-cloud-premium-83eadd17bbe0d0b5/4477e37/libs/client-api/src/http_billing.rs:20
in flowy_user::user_manager::manager_workspace::get_workspace_subscription_info with workspace_id: 35a126ef-4799-48f7-b489-08e1285932b0

{"msg":"[GET_WORKSPACE_SUBSCRIPTION_INFO - EVENT] std::env::var(APPFLOWY_CLOUD_BASE_BILLING_URL): environment variable not found","time":"07-26 10:26:13","target":"client_api::http_billing","workspace_id":"35a126ef-4799-48f7-b489-08e1285932b0"}
2025-07-26 10:26:13 INFO flowy_folder::manager: Open view: Main Method-0dbf56e1-c57d-4aaf-8fe5-6c2868247da5
at flowy-folder/src/manager.rs:1528

{"msg":"Open view: Main Method-0dbf56e1-c57d-4aaf-8fe5-6c2868247da5","time":"07-26 10:26:13","target":"flowy_folder::manager"}
{"msg":"[🟢 CREATE_DOCUMENT_INSTANCE - START]","time":"07-26 10:26:13","target":"flowy_document::manager"}
2025-07-26 10:26:13 INFO sync_log: binding collab 35a126ef-4799-48f7-b489-08e1285932b0/0dbf56e1-c57d-4aaf-8fe5-6c2868247da5/Document for client:2135766831
at /home/runner/.cargo/git/checkouts/appflowy-cloud-premium-83eadd17bbe0d0b5/4477e37/libs/client-api/src/v2/actor.rs:211
in flowy_document::manager::create_document_instance with doc_id: 0dbf56e1-c57d-4aaf-8fe5-6c2868247da5

{"msg":"[CREATE_DOCUMENT_INSTANCE - EVENT] binding collab 35a126ef-4799-48f7-b489-08e1285932b0/0dbf56e1-c57d-4aaf-8fe5-6c2868247da5/Document for client:2135766831","time":"07-26 10:26:13","target":"sync_log","doc_id":"0dbf56e1-c57d-4aaf-8fe5-6c2868247da5"}
{"msg":"[CREATE_DOCUMENT_INSTANCE - END]","time":"07-26 10:26:13","target":"flowy_document::manager","doc_id":"0dbf56e1-c57d-4aaf-8fe5-6c2868247da5"}
[1] 28264 segmentation fault (core dumped) AppFlowy

I tried to delete the local data, once deleted the app started normally and I had to login back into my account. When loading my data it started crashing again and I can't continue to work on this machine.

I have the appflowy-bin install from the pamac store and should be updated to the latest version.

How to Reproduce

I was working on the Windows app and when I tried to open on Linux Manjaro the crash is happening.

Expected Behavior

The application to load normally.

Operating System

Linux Manjaro

AppFlowy Version(s)

appflowy-bin 0.9.5-1

Screenshots

No response

Additional Context

No response

Originally created by @mrozmt on GitHub (Jul 26, 2025). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8139 ### Bug Description I was working on a Windows Machine and the data is set to automatically sync with the cloud. When I went to continue work on AppFlowy using Linux Manjaro, AppFlowy just starts and closes immediately. I tried to run it using console and I got the following output: {"msg":"[Flutter]: init workspace, current workspace: 35a126ef-4799-48f7-b489-08e1285932b0, workspaces: (35a126ef-4799-48f7-b489-08e1285932b0), isCollabWorkspaceOn: true","time":"07-26 10:26:13","target":"dart_ffi"} {"msg":"[🟢 GET_WORKSPACES_OPT - START]","time":"07-26 10:26:13","target":"client_api::http"} {"msg":"[🟢 GET_ALL_VIEWS_WITH_PERMISSION_HANDLER - START]","time":"07-26 10:26:13","target":"flowy_folder::event_handler"} {"msg":"[GET_ALL_VIEWS_WITH_PERMISSION_HANDLER - END]","time":"07-26 10:26:13","target":"flowy_folder::event_handler"} {"msg":"[🟢 GET_ALL_VIEWS_WITH_PERMISSION_HANDLER - START]","time":"07-26 10:26:13","target":"flowy_folder::event_handler"} {"msg":"[GET_ALL_VIEWS_WITH_PERMISSION_HANDLER - END]","time":"07-26 10:26:13","target":"flowy_folder::event_handler"} {"msg":"[🟢 GET_WORKSPACE_USAGE - START]","time":"07-26 10:26:13","target":"flowy_user::user_manager::manager_workspace"} {"msg":"[🟢 GET_WORKSPACE_USAGE - START]","time":"07-26 10:26:13","target":"flowy_user::user_manager::manager_workspace"} {"msg":"[🟢 GET_WORKSPACE_SUBSCRIPTION_INFO - START]","time":"07-26 10:26:13","target":"flowy_user::user_manager::manager_workspace"} 2025-07-26 10:26:13 WARN client_api::http_billing: std::env::var(APPFLOWY_CLOUD_BASE_BILLING_URL): environment variable not found at /home/runner/.cargo/git/checkouts/appflowy-cloud-premium-83eadd17bbe0d0b5/4477e37/libs/client-api/src/http_billing.rs:20 in flowy_user::user_manager::manager_workspace::get_workspace_subscription_info with workspace_id: 35a126ef-4799-48f7-b489-08e1285932b0 {"msg":"[GET_WORKSPACE_SUBSCRIPTION_INFO - EVENT] std::env::var(APPFLOWY_CLOUD_BASE_BILLING_URL): environment variable not found","time":"07-26 10:26:13","target":"client_api::http_billing","workspace_id":"35a126ef-4799-48f7-b489-08e1285932b0"} 2025-07-26 10:26:13 INFO flowy_folder::manager: Open view: Main Method-0dbf56e1-c57d-4aaf-8fe5-6c2868247da5 at flowy-folder/src/manager.rs:1528 {"msg":"Open view: Main Method-0dbf56e1-c57d-4aaf-8fe5-6c2868247da5","time":"07-26 10:26:13","target":"flowy_folder::manager"} {"msg":"[🟢 CREATE_DOCUMENT_INSTANCE - START]","time":"07-26 10:26:13","target":"flowy_document::manager"} 2025-07-26 10:26:13 INFO sync_log: binding collab 35a126ef-4799-48f7-b489-08e1285932b0/0dbf56e1-c57d-4aaf-8fe5-6c2868247da5/Document for client:2135766831 at /home/runner/.cargo/git/checkouts/appflowy-cloud-premium-83eadd17bbe0d0b5/4477e37/libs/client-api/src/v2/actor.rs:211 in flowy_document::manager::create_document_instance with doc_id: 0dbf56e1-c57d-4aaf-8fe5-6c2868247da5 {"msg":"[CREATE_DOCUMENT_INSTANCE - EVENT] binding collab 35a126ef-4799-48f7-b489-08e1285932b0/0dbf56e1-c57d-4aaf-8fe5-6c2868247da5/Document for client:2135766831","time":"07-26 10:26:13","target":"sync_log","doc_id":"0dbf56e1-c57d-4aaf-8fe5-6c2868247da5"} {"msg":"[CREATE_DOCUMENT_INSTANCE - END]","time":"07-26 10:26:13","target":"flowy_document::manager","doc_id":"0dbf56e1-c57d-4aaf-8fe5-6c2868247da5"} [1] 28264 segmentation fault (core dumped) AppFlowy I tried to delete the local data, once deleted the app started normally and I had to login back into my account. When loading my data it started crashing again and I can't continue to work on this machine. I have the appflowy-bin install from the pamac store and should be updated to the latest version. ### How to Reproduce I was working on the Windows app and when I tried to open on Linux Manjaro the crash is happening. ### Expected Behavior The application to load normally. ### Operating System Linux Manjaro ### AppFlowy Version(s) appflowy-bin 0.9.5-1 ### Screenshots _No response_ ### Additional Context _No response_
Author
Owner

@mrozmt commented on GitHub (Jul 26, 2025):

Is issue was definitely data related. I found the document with doc ID 0dbf56e1-c57d-4aaf-8fe5-6c2868247da5 and deleted it. AppFlowy then started loading normally. I recreated the file and I am now able to work normally. I don't know what was wrong with the file and I recreated it and I am now able to work normally. If you want you can close this issue, not sure if you wish to investigate further.

<!-- gh-comment-id:3121520288 --> @mrozmt commented on GitHub (Jul 26, 2025): Is issue was definitely data related. I found the document with doc ID 0dbf56e1-c57d-4aaf-8fe5-6c2868247da5 and deleted it. AppFlowy then started loading normally. I recreated the file and I am now able to work normally. I don't know what was wrong with the file and I recreated it and I am now able to work normally. If you want you can close this issue, not sure if you wish to investigate further.
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#3591
No description provided.