Attempting to search to populated federated timeline fails #1061
Labels
No labels
approved, awaiting change
broken setup
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma#1061
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?
Your setup
Docker
Extra details
Rootless podman with some minor modifications to the bash scipts and such
Version
3.17.0
PostgreSQL version
15
What were you trying to do?
Use the search function to populate the federated timeline
What did you expect to happen?
for the search bar to produce results
What actually happened?
Search bar does not produce any results
Logs
Severity
I cannot use the software
Have you searched for this issue?
The database of your instance is messed up. Either you manually did some funny SQL modifications or you changed the endpoint URL of the instance after having already run it.
Now an instance actor exists in your db, but the properties don't match what’s expected of the current config and thus it won’t be found. Since it is present though a new one also cannot be created. Without an instance actor you cannot fetch anything.
You’ll have to manually fix this (delete the old actor and everything connected to it) as well as all other existing db discrepancies, or start anew.
[bug] Attempting to search to populated federated timeline failsto Attempting to search to populated federated timeline failsredoing the install worked. Thanks for your help