-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [AppFlowy-Web] Record Not Found #7221
Comments
Can you check if the collab id (last part of the URL) exists in the af_collab table? The id column is "oid". EDIT: Just noticed that the AppFlowy Cloud version is 0.8.1 . The current version of AppFlowy Web (0.1.2) requires minimum AppFlowy Cloud version 0.9.9. I have not verified if it will work with AppFlowy Cloud version 0.8.1, but even if it does, some functionality will not work properly. |
On the developer console - the API request that returns the error about RecordNotFound, is it the get page view API? |
Noted. I think i might need to add more descriptive error message on AppFlowy Cloud in order to find out the root cause. Do you remember if this page is a database, or a document? |
It is a document |
Could you use this appflowy cloud image: |
Have you ever deleted/removed some users, who may have edited the document in the past? Nevertheless, I think we can handle such case, such that it doesn't result in a complete failure of page rendering |
I may have deleted a user, but I don't remember clearly I checked my database, and there is no user with uid 1 It seems that 1 is a special uid, and the uids of my existing users are all very long strings of numbers |
Yes, you are correct. We only use uid = 1 for integration test, so it's strange that it appears here. But in any case, this scenario (last editor/owner not found) is something that we should have handled on the backend. We will fix this. |
Thank you for your contribution |
Will be fixed by AppFlowy-IO/AppFlowy-Cloud#1171 . |
Bug Description
My self-hosted appflowy has many documents on the web page that say Record Not Found
How to Reproduce
I don't know how to reproduce
Expected Behavior
The page can be displayed normally
Operating System
mac,win
AppFlowy Version(s)
0.8.1, 0.1.2
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: