mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-27 01:16:57 +00:00
[GH-ISSUE #7148] Bug: New user was shown a page that is not supposed to be editable #3162
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#3162
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 @georgem7154 on GitHub (Jan 5, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7148
Originally assigned to: @LucasXu0 on GitHub.
i wrote my college notes in a page and i clicked new page and i dont seem to find my old one at all anywhere can anybody help, the notes were very much needed for me. i checked in the file storage folder and i have a db file and in colab_db i have a log file full of unicode. but some lines have content of what i typed, could someone help.
@khorshuheng commented on GitHub (Jan 5, 2025):
@georgem7154 Is this a self hosted instance, or is this the official server? Are you using offline/anonymous mode, or log in into an account?
@georgem7154 commented on GitHub (Jan 5, 2025):
log in to account
@georgem7154 commented on GitHub (Jan 5, 2025):
i have logged in with gmail opened a page and wrote
@khorshuheng commented on GitHub (Jan 5, 2025):
@georgem7154 Can you join our discord channel, and post this in the general section? I can help you with this over there.
@georgem7154 commented on GitHub (Jan 5, 2025):
ok link?
@khorshuheng commented on GitHub (Jan 5, 2025):
https://discord.com/invite/appflowy-903549834160635914
@georgem7154 commented on GitHub (Jan 5, 2025):
i posted
@khorshuheng commented on GitHub (Jan 5, 2025):
Root cause of the issue: when the user first create an account, the app led the user to an empty page associated with the
Generalspace. This is unexpected - AppFlowy currently assumes that the special page associated with aspacedoes not have any content and should not be rendered, and the user shouldn't be shown the page in the first place.The old content was written on this page, and once the user navigate away from this page (creating a new document in this case), there's no way to revisit this page.
The data has been recovered, but we still need to fix the bug, which a new user who log in for the first time landed on the wrong page.