mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #8139] [Bug] Appflowy on Manjaro not opening after working on a Windows Machine #3591
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#3591
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 @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
@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.