Meilisearch errors on finding object without publish date #326
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a 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#326
Loading…
Add table
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?
My instance is currently on
develop
commit0cfd5b4e89
.When I try to index meilisearch, I am given an error:
it's not that it "no longer works", it's that you've somehow managed to get an object without a publish time
no idea how that would even happen
Meilisearch no longer seems to workto Meilisearch errors on finding object without publish dateI have no idea either. My first thought that perhaps it had to do with the malicious servers that have been popping up, but I am not certain that's a cause. My elixir and postgres query skills are seemingly insufficient for finding the problem but I'll keep looking.
I fixed it by setting
config :pleroma, :instance, remote_post_retention_days
to 1, then running database prune, and setting it back to 90.